orange-cloudfoundry / static-creds-broker

A CloudFoundry service broker to ease exposition of static credentials
Apache License 2.0
7 stars 1 forks source link

Use Spring mechanisms to bind property values to structured objects #22

Closed s-bortolussi closed 8 years ago

s-bortolussi commented 8 years ago

Spring offers built-in mechanisms to directly bind property values to structured objects via @ConfigurationProperties.

This could be an interesting alernative to replace specific code from CatalogConfig and CredentialsConfig.

See : https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html