Package io.github.jhipster.config
Interface JHipsterConstants
-
public interface JHipsterConstantsJHipster constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPRING_PROFILE_AWS_ECSSpring profile used when deploying to Amazon ECS ConstantSPRING_PROFILE_AWS_ECS="aws-ecs"static StringSPRING_PROFILE_AZURESpring profile used when deploying to Microsoft Azure ConstantSPRING_PROFILE_AZURE="azure"static StringSPRING_PROFILE_CLOUDSpring profile used when deploying with Spring Cloud (used when deploying to CloudFoundry) ConstantSPRING_PROFILE_CLOUD="cloud"static StringSPRING_PROFILE_DEVELOPMENTConstantSPRING_PROFILE_DEVELOPMENT="dev"static StringSPRING_PROFILE_HEROKUSpring profile used when deploying to Heroku ConstantSPRING_PROFILE_HEROKU="heroku"static StringSPRING_PROFILE_K8SSpring profile used when deploying to Kubernetes and OpenShift ConstantSPRING_PROFILE_K8S="k8s"static StringSPRING_PROFILE_NO_LIQUIBASESpring profile used to disable running liquibase ConstantSPRING_PROFILE_NO_LIQUIBASE="no-liquibase"static StringSPRING_PROFILE_PRODUCTIONConstantSPRING_PROFILE_PRODUCTION="prod"static StringSPRING_PROFILE_SWAGGERSpring profile used to enable swagger ConstantSPRING_PROFILE_SWAGGER="swagger"static StringSPRING_PROFILE_TESTConstantSPRING_PROFILE_TEST="test"
-
-
-
Field Detail
-
SPRING_PROFILE_DEVELOPMENT
static final String SPRING_PROFILE_DEVELOPMENT
ConstantSPRING_PROFILE_DEVELOPMENT="dev"- See Also:
- Constant Field Values
-
SPRING_PROFILE_TEST
static final String SPRING_PROFILE_TEST
ConstantSPRING_PROFILE_TEST="test"- See Also:
- Constant Field Values
-
SPRING_PROFILE_PRODUCTION
static final String SPRING_PROFILE_PRODUCTION
ConstantSPRING_PROFILE_PRODUCTION="prod"- See Also:
- Constant Field Values
-
SPRING_PROFILE_CLOUD
static final String SPRING_PROFILE_CLOUD
Spring profile used when deploying with Spring Cloud (used when deploying to CloudFoundry) ConstantSPRING_PROFILE_CLOUD="cloud"- See Also:
- Constant Field Values
-
SPRING_PROFILE_HEROKU
static final String SPRING_PROFILE_HEROKU
Spring profile used when deploying to Heroku ConstantSPRING_PROFILE_HEROKU="heroku"- See Also:
- Constant Field Values
-
SPRING_PROFILE_AWS_ECS
static final String SPRING_PROFILE_AWS_ECS
Spring profile used when deploying to Amazon ECS ConstantSPRING_PROFILE_AWS_ECS="aws-ecs"- See Also:
- Constant Field Values
-
SPRING_PROFILE_AZURE
static final String SPRING_PROFILE_AZURE
Spring profile used when deploying to Microsoft Azure ConstantSPRING_PROFILE_AZURE="azure"- See Also:
- Constant Field Values
-
SPRING_PROFILE_SWAGGER
static final String SPRING_PROFILE_SWAGGER
Spring profile used to enable swagger ConstantSPRING_PROFILE_SWAGGER="swagger"- See Also:
- Constant Field Values
-
SPRING_PROFILE_NO_LIQUIBASE
static final String SPRING_PROFILE_NO_LIQUIBASE
Spring profile used to disable running liquibase ConstantSPRING_PROFILE_NO_LIQUIBASE="no-liquibase"- See Also:
- Constant Field Values
-
SPRING_PROFILE_K8S
static final String SPRING_PROFILE_K8S
Spring profile used when deploying to Kubernetes and OpenShift ConstantSPRING_PROFILE_K8S="k8s"- See Also:
- Constant Field Values
-
-