Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 213 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 213 Bytes

spring-boot-tests

Run Tests

mvn verify -Ddocker_host=localhost

Start/Stop containers for IDE tests running

mvn docker:start -Ddocker_host=localhost
mvn docker:stop -Ddocker_host=localhost