Hmm, guys, you can have an application-test.properties, and just use the profile "test" on your tests. Spring will use the application.properties defaults and will override it with whatever there is in the test one, no need for duplication on entries that are not changed.