Back Forum Reply New

Configuration management for Spring?

Hi all,
I’m searching for a configuration management tool for Spring.
The target should be to have different target systems with the same Spring project and different configurations. In best case only the different configurations are to change.
For example a developer version, a test version and a production version.
Have somebody some suggestions for me?

Thx
Sven

Sven,

Have a look at the PropertyPlaceholderConfigurer class in the Spring library - it's not a tool but provides all of the functionality you describe (If I understand you correctly)

Do a search on this forum - there are several threads that discuss it.

Bob
¥
Back Forum Reply New