Integration Testing With Spring – Organizing Configurations
We’ve talked about nested configurations. Now, let’s move on to using imported configurations in a smart way. Let’s say in the main app (as in “production”), I have a whole lot of beans I need to inject. The thing not to do (although you might be tempted) is dump them Read more…