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

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

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。