diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java index 44dc7c12e..561e46cc6 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java @@ -34,7 +34,7 @@ *

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.

*/ -@ConfigurationProperties(prefix = "jhipster", ignoreUnknownFields = false) +@ConfigurationProperties(value = "jhipster", ignoreUnknownFields = false) public class JHipsterProperties { private final Async async = new Async();