Class 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.