https://github.com/afeiship/yq-springboot
yq-springboot.
https://github.com/afeiship/yq-springboot
framework spring spring-boot
Last synced: about 1 year ago
JSON representation
yq-springboot.
- Host: GitHub
- URL: https://github.com/afeiship/yq-springboot
- Owner: afeiship
- Created: 2018-07-06T01:21:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T03:58:40.000Z (over 7 years ago)
- Last Synced: 2025-02-07T12:31:17.426Z (about 1 year ago)
- Topics: framework, spring, spring-boot
- Language: Java
- Size: 110 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yq-springboot
> yq-springboot.
## get-start:
```bash
## 1. basic:
mvn clean package
cd target
## 2. java -j
java -jar jzyunqi-boot-0.0.1-SNAPSHOT.jar
## 3. redis-server/mysql
brew services start mysql@5.6
brew services start redis
```