https://github.com/courage007/spring-boot-example
Collect spring demo when developing spring applicaitons
https://github.com/courage007/spring-boot-example
Last synced: 10 months ago
JSON representation
Collect spring demo when developing spring applicaitons
- Host: GitHub
- URL: https://github.com/courage007/spring-boot-example
- Owner: courage007
- License: mit
- Created: 2021-09-13T15:33:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T13:08:13.000Z (over 4 years ago)
- Last Synced: 2025-03-11T22:18:05.253Z (over 1 year ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Example
本仓库主要用来收集Spring Boot开发过程中遇到的实例。
## spring-boot-starter
spring-boot-starter是Spring Boot的示例程序。仅添加了对Spring Boot Starter的依赖。
## spring-boot-web-starter
spring-boot-web-starter是Spring Boot Web的示例程序。该模块创建了一个自定义的控制器,方便实现接口调用。
## ## spring-boot-log
spring-boot-web-starter是Spring Boot集成log的示例程序。这里选用的日志框架是SLF4J+Log4j2。