Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyman1993/home_task
https://github.com/hyman1993/home_task
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyman1993/home_task
- Owner: Hyman1993
- License: apache-2.0
- Created: 2022-03-29T10:06:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T10:43:24.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:20:21.851Z (over 1 year ago)
- Language: Java
- Size: 724 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About home_task
this is a coding test for xx.# How to start
## 1.clone repo to local
```
$ git clone https://github.com/Hyman1993/home_task.git
```## 2.clean and package and start
```
$ cd home_task
$ mvn clean
$ mvn package
$ cd target
$ java -jar home_task-0.0.1-SNAPSHOT.jar
```# See test report
See [Test Result](https://github.com/Hyman1993/home_task/tree/develop/test_report)# About external libraries
1.Springboot
purpose: to build restful API
2.java-jwt
purpose:to generate Token
3.mockito
purpose:to create junit test