https://github.com/caomeiyouren/spring-boot-v3-template
基于 Java 的 Spring Boot 3.X 项目模板
https://github.com/caomeiyouren/spring-boot-v3-template
Last synced: 6 months ago
JSON representation
基于 Java 的 Spring Boot 3.X 项目模板
- Host: GitHub
- URL: https://github.com/caomeiyouren/spring-boot-v3-template
- Owner: CaoMeiYouRen
- License: mit
- Created: 2023-10-15T09:45:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T22:01:58.000Z (12 months ago)
- Last Synced: 2024-10-24T10:35:55.102Z (12 months ago)
- Language: Java
- Size: 161 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-v3-template
基于 Java 的 Spring Boot 3.X 项目模板
## 依赖要求
- Java >= 17
- 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)