https://github.com/caomeiyouren/spring-boot-template
基于 Java 的 Spring Boot 项目模板
https://github.com/caomeiyouren/spring-boot-template
java spring-boot template
Last synced: 8 months ago
JSON representation
基于 Java 的 Spring Boot 项目模板
- Host: GitHub
- URL: https://github.com/caomeiyouren/spring-boot-template
- Owner: CaoMeiYouRen
- License: mit
- Created: 2023-10-03T16:29:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T21:23:38.000Z (over 1 year ago)
- Last Synced: 2025-01-04T22:45:36.791Z (9 months ago)
- Topics: java, spring-boot, template
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-template
基于 Java 的 Spring Boot 项目模板
## 依赖要求
- Java >= 1.8
- Gradle >= 7.5
- Mysql >= 8.0## 安装依赖
```sh
gradle dependencies --no-daemon
```## 构建
```sh
gradle clean build --no-daemon -x test
```## 运行
```sh
java -jar target/main.jar
```## 测试
```sh
gradle test --no-daemon
```## 作者
👤 **CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)