Package tech.jhipster.config
Class JHipsterProperties
java.lang.Object
tech.jhipster.config.JHipsterProperties
@ConfigurationProperties(prefix="jhipster",
ignoreUnknownFields=false)
public class JHipsterProperties
extends Object
Properties specific to JHipster.
Properties are configured in the application.yml file.
This class also load properties in the Spring Environment from the git.properties and META-INF/build-info.properties files if they are found in the classpath.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldapi-docs.getAsync()Getter for the fieldasync.Getter for the fieldauditEvents.getCache()Getter for the fieldcache.Getter for the fieldclientApp.org.springframework.web.cors.CorsConfigurationgetCors()Getter for the fieldcors.Getter for the fielddatabase.Getter for the fieldgateway.getHttp()Getter for the fieldhttp.Getter for the fieldlogging.getMail()Getter for the fieldmail.Getter for the fieldregistry.Getter for the fieldsecurity.Getter for the fieldsocial.
-
Constructor Details
-
JHipsterProperties
public JHipsterProperties()
-
-
Method Details
-
getAsync
Getter for the field
async.- Returns:
- a
JHipsterProperties.Asyncobject.
-
getHttp
Getter for the field
http.- Returns:
- a
JHipsterProperties.Httpobject.
-
getDatabase
Getter for the field
database.- Returns:
- a
JHipsterProperties.Databaseobject.
-
getCache
Getter for the field
cache.- Returns:
- a
JHipsterProperties.Cacheobject.
-
getMail
Getter for the field
mail.- Returns:
- a
JHipsterProperties.Mailobject.
-
getRegistry
Getter for the field
registry.- Returns:
- a
JHipsterProperties.Registryobject.
-
getSecurity
Getter for the field
security.- Returns:
- a
JHipsterProperties.Securityobject.
-
getApiDocs
Getter for the field
api-docs.- Returns:
- a
JHipsterProperties.ApiDocsobject.
-
getLogging
Getter for the field
logging.- Returns:
- a
JHipsterProperties.Loggingobject.
-
getCors
public org.springframework.web.cors.CorsConfiguration getCors()Getter for the field
cors.- Returns:
- a
CorsConfigurationobject.
-
getSocial
Getter for the field
social.- Returns:
- a
JHipsterProperties.Socialobject.
-
getGateway
Getter for the field
gateway.- Returns:
- a
JHipsterProperties.Gatewayobject.
-
getClientApp
Getter for the field
clientApp.- Returns:
- a
JHipsterProperties.ClientAppobject.
-
getAuditEvents
Getter for the field
auditEvents.- Returns:
- a
JHipsterProperties.AuditEventsobject.
-