All Questions
Tagged with spring configuration
2 questions
10
votes
2
answers
956
views
Effectively tracking changes to configuration from dev to prod
This question takes a Spring Boot service as an example, but it could be any technology.
Assuming the following:
Environments (dev/QA/prod) are owned by different teams. This means dev must not have ...
1
vote
3
answers
945
views
Just getting started in Spring and my preference is XML config over annotations. Correct or not?
After having read through some of the Spring docs my inclination is towards using a XML config file rather than annotations on the classes themselves. My reasoning is that by doing so you avoid tying ...