Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notaphplover/shiro-back
https://github.com/notaphplover/shiro-back
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notaphplover/shiro-back
- Owner: notaphplover
- Created: 2019-10-04T07:30:49.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-19T19:31:47.000Z (about 5 years ago)
- Last Synced: 2024-11-17T20:48:19.720Z (2 months ago)
- Language: Java
- Size: 531 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Simple dockerized test project with a simple continuous integration system.
# How to build the project
1. Clone the repo.
2. Build gradle dependencies```
gradle build
```# How to launch tests
Just call the gradle test task:
```
gradle test
```# How to generate a code coverage report
After calling the test task, run the jacocoTestReport task.
```
gradle jacocoTestReport
```