Unicon / cas-client-autoconfig-support

Annotation-based configuration support for Apereo CAS Java clients
Apache License 2.0
165 stars 73 forks source link

Migrate to @ConfigurationProperties #1

Closed snicoll closed 9 years ago

snicoll commented 9 years ago

Hi,

Instead of @Value, could you please migrate these to a simple POJO annotated with @ConfigurationProperties. This not only gives you better support for relaxed binding but if you enable the spring-boot-configuration-processor you'll offer content assist for those keys in the IDE (STS, Intellij IDEA and Netbeans are offering such Spring Boot support now)

I am happy to help you migrating to that model.

See also the documentation

dima767 commented 9 years ago

Absolutely. Help is always welcomed! :-)

dima767 commented 9 years ago

This is done. 1.0.0-RC1 is released.