stormpath-sdk-java icon indicating copy to clipboard operation
stormpath-sdk-java copied to clipboard

Create a PropertiesConfiguration for `stormpath.*` properties

Open mraible opened this issue 7 years ago • 0 comments

http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html#boot-features-external-config-typesafe-configuration-properties

Doing this would allow others to inject our configuration into a Spring-managed class, rather than relying on individual Value annotations. Those would still work of course, but ConfigurationProperties is more inline with Spring Boot recommended practices.

mraible avatar Oct 27 '16 20:10 mraible