spring-data-examples
spring-data-examples copied to clipboard
Reduce infrastructure requirements of Examples
Building examples should succeed even without any database running, nor Docker available.
It should be possible to either have a database running locally or docker available to execute the tests.
There should be a maven profile that forces the execution of tests, so no tests get silently ignored due to lack of infrastructure.
And everything in a way that looks the same for all modules.