# springboot-practice **Repository Path**: franklinyang/springboot-practice ## Basic Information - **Project Name**: springboot-practice - **Description**: SpringBoot practice - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)