Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 373 Bytes

Spring-boot

spring-boot基础集成 本项目为了后期项目的快速拓展,进行总结一些常用功能组件集成,并且各自提供一个simple以便于组员快速熟悉与入门组件

1.返回json数据的RestController
2.返回页面的Controller
3.日志logback集成
4.自定义过滤器
5.自定义监听器
6.定时任务
7.junit测试