Instead of using `@Value`, use a `@ConfigurationProperties` POJO with the meta-data support so that you can show content assistance in the IDE. See http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config-typesafe-configuration-properties and http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#configuration-metadata (Let me know if you need help).
Instead of using
@Value, use a@ConfigurationPropertiesPOJO with the meta-data support so that you can show content assistance in the IDE.See http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config-typesafe-configuration-properties and http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#configuration-metadata
(Let me know if you need help).