add unit test instruction

This commit is contained in:
aisensiy 2017-08-28 13:56:16 +08:00
parent cea03e01b9
commit 31f96d1f2c

View File

@ -38,6 +38,12 @@ You need Java installed.
./gradlew bootRun
open http://localhost:8080
# Run test
The repository contains a lot of test cases to cover both api test and repository test.
./gradlew test
# Help
Please fork and PR to improve the code.