Skip to content

FunriLy/springboot-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot 学习案例

spring boot 项目初始化

SPRING 官网提供了一个小工具帮助我们快速完成一个 spring boot 项目初始化。

小工具地址 : http://start.spring.io/

spring boot 案例介绍

案例1 : SpringBoot+MyBatis+Druid 集合

博客地址 : http://blog.csdn.net/u011244202/article/details/54709060

案例2 : springboot 1.4.1.RELEASE + slf4j + log4j2

博客地址 : http://blog.csdn.net/u011244202/article/details/54730374

案例3 : 自定义注解+拦截器 解决表单重复提交

博客地址 : http://blog.csdn.net/u011244202/article/details/54744996

案例4 : SpringBoot 利用 @Scheduled 创建定时任务

博客地址 : http://blog.csdn.net/u011244202/article/details/54767268

案例5 : 自定义注解+拦截器 ?秒防刷新

博客地址 : http://blog.csdn.net/u011244202/article/details/54783337

案例6 : 发送文本邮件、html邮件、带附件邮件、带静态资源邮件、引擎模板邮件

博客地址 : http://blog.csdn.net/u011244202/article/details/54809696

案例7 : SpringBoot 利用 @Async 实现异步调用

博客地址 : http://blog.csdn.net/u011244202/article/details/54864528

案例8 : SpringBoot 拦截器实现IP黑名单

博客地址 : http://blog.csdn.net/u011244202/article/details/54895038

案例9 : SpringBoot + EhCache 2.x

博客地址 : http://blog.csdn.net/u011244202/article/details/55667868

案例10 : SpringBoot + Redis + SpringSession

博客地址 : http://blog.csdn.net/u011244202/article/details/60154444