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
- Host: GitHub
- URL: https://github.com/superalsrk/springboot-practice
- Owner: superalsrk
- License: mit
- Created: 2016-03-11T08:11:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T03:46:32.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T01:12:03.236Z (9 months ago)
- Topics: springboot, springframework
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 232
- Watchers: 29
- Forks: 119
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)