Class JHipsterConfiguration


  • @EnableConfigurationProperties(JHipsterProperties.class)
    @PropertySource(value="classpath:git.properties",ignoreResourceNotFound=true) @PropertySource(value="classpath:META-INF/build-info.properties",ignoreResourceNotFound=true)
    public class JHipsterConfiguration
    extends Object
    Configure the usage of JHipsterProperties.
    • Constructor Detail

      • JHipsterConfiguration

        public JHipsterConfiguration()