Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Mathieu Fortin's user avatar
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 ...
John Munsch's user avatar