An open API service indexing awesome lists of open source software.

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 项目模板

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)