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
- Host: GitHub
- URL: https://github.com/poneding/spring-boot-demo
- Owner: poneding
- Created: 2025-07-30T16:27:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-26T15:31:03.000Z (10 months ago)
- Last Synced: 2025-08-26T21:28:37.961Z (10 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)