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

https://github.com/superalsrk/springboot-practice

SpringBoot practice
https://github.com/superalsrk/springboot-practice

springboot springframework

Last synced: 4 months ago
JSON representation

SpringBoot practice

Awesome Lists containing this project

README

          

# SpringBoot实践

+ [SpringBoot日志配置](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-logback)
+ [SpringBoot基于Redis的分布式Session](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-session-with-redis)
+ [SpringBoot使用Ehcache/Redis作缓存](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-cache)
+ [SpringBoot同时使用SpringData和Mybatis](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-jpa-mybatis)
+ [SpringBoot实现一个TextWebSocketHandler以支持websocket](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-websocket-simple)
+ [SpringBoot使用Aspect切面编程以支持自定义Annotation](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-aspect)
+ [SpringBoot在FatJar模式下使用jsp](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-jsp-by-jar)
+ [SpringBoot基础版springsecurity配置](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-security-basic)
+ [SpringBoot oauth2配置](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo-security-oauth2)
+ [SpringBoot I18N国际化](https://github.com/superalsrk/springboot-practice/tree/master/springboot-demo)