Class JHipsterProperties


  • @ConfigurationProperties(prefix="jhipster",
                             ignoreUnknownFields=false)
    @PropertySource(value="classpath:git.properties",ignoreResourceNotFound=true) @PropertySource(value="classpath:META-INF/build-info.properties",ignoreResourceNotFound=true)
    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.