Merge pull request #7344 from eugenp/lor6-patch-4

Update README.md
This commit is contained in:
Loredana Crusoveanu 2019-07-18 12:37:26 +03:00 committed by GitHub
commit f4e361cb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Running a Spring Boot module
====================
To run a Spring Boot module run the command: `mvn spring-boot:run` in the module directory
#Running Tests
###Running Tests
The command `mvn clean install` will run the unit tests in a module.
To run the integration tests, use the command `mvn clean install -Pintegration-lite-first`