Files
spring-boot-rest/persistence-modules/spring-data-redis
Ali Dehghani 7e5dfdcf45 Disabling the Fork Option
Each test setups a Redis server before test class
and tears it down after them. Since each Redis server
listens on port 6379, we can't let them to listen to the
same port with parallel options.
2019-10-31 00:48:17 +03:30
..
2019-10-30 08:08:48 +03:30
2019-10-31 00:48:17 +03:30

Spring Data Redis

Relevant Articles:

Build the Project with Tests Running

mvn clean install

Run Tests Directly

mvn test