spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Reduce infrastructure requirements of Examples

Open schauder opened this issue 7 years ago • 0 comments

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.

schauder avatar Oct 17 '18 12:10 schauder