public class ProfileConstants extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEV
开发环境profile,全称:Development(开发环境),用于开发者调试使用
|
static String |
FAT
测试环境profile,全称:Feature Acceptance Test(功能验收测试环境),用于软件测试者测试使用
|
static String |
PRO
产线环境profile,全称:Production Environment(产线环境)
|
static String |
UAT
预发环境profile,全称:User Acceptance Test(用户验收测试环境),用于生产环境下的软件测试者测试使用
|
| 构造器和说明 |
|---|
ProfileConstants() |
Copyright © 2023. All rights reserved.