kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Loading of ConfigurationSources via ServiceLoader #167

Closed bnikster closed 4 years ago

bnikster commented 4 years ago

This provides the ability to define custom server configuration sources before the server is initialized. This allows us to autoprovision for example databases based on external configuration services.

cen1 commented 4 years ago

Code looks good and the concept is sound. Will merge after some tests.