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

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

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)