# Wit-Neptune **Repository Path**: wbbhappy/Wit-Neptune ## Basic Information - **Project Name**: Wit-Neptune - **Description**: RESTful API demo with Spring Boot。没有前台页面无法已测试,已验证。参考网址:https://blog.csdn.net/zhaorui2017/article/details/78594671 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wit-Neptune RESTful API demo with `Spring Boot`. 1. You need to install `Java 1.8.0 or above, Maven 3.2.1 or above, MYSQL` first.
2. [Wit-Neptune-Tree](https://github.com/witpool/Wit-Neptune/blob/master/Wit-Neptune-Tree.txt)
`# ls`
`pom.xml wit-common wit-persist wit-rest wit-service`
3. Update the below configurations with your real database account to `wit-rest/src/main/resources/application.yml`
`username: root`
`password: 123456`
4. Package `wit-neptune` with `maven` tools.
`# mvn clean install`
`# ls wit-rest/target/wit-rest-1.0.jar`
`wit-rest/target/wit-rest-1.0.jar`
5. Start Spring Boot application.
`java -jar wit-rest/target/wit-rest-1.0.jar`
6. UT by [Wisdom RESTClient](https://github.com/Wisdom-Projects/rest-client/blob/master/tools/restclient-1.2.jar) , import testing [case file.](https://github.com/witpool/Wit-Neptune/blob/master/Wit-Neptune-Cases.json) ![image](https://github.com/witpool/Wit-Neptune/blob/master/Wit-RESTClient.png)
More about the usages of the tool, please visit [Wisdom RESTClient](https://github.com/Wisdom-Projects/rest-client).