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

https://github.com/poneding/spring-boot-demo

Spring Boot Demo Application
https://github.com/poneding/spring-boot-demo

Last synced: 10 months ago
JSON representation

Spring Boot Demo Application

Awesome Lists containing this project

README

          

# Spring Boot Demo

## 运行

```bash
mvn spring-boot:run
```

访问 Swagger UI: [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html)

## 参考

- [Spring Boot 简介](./docs/Spring%20Boot%20简介.md)
- [手动搭建 Spring Boot 项目](./docs/手动搭建项目.md)