Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ boot Public
forked from snowxwolf/boot

Spring Boot 整合Mybatis、Druid、PageHelper、Swagger 、AOP、过滤器、拦截器、thymeleaf 基础入门demo

Notifications You must be signed in to change notification settings

nsp1208/boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot

  • Spring Boot 整合MyBatis
  • 数据源Druid 监控
  • PageHelper分页
  • Hibernate validator 集成
  • jackson 日期时间格式化
  • swagger2 api管理
  • 自定义Filter,避免XSS攻击和SQL注入攻击
  • 自定义AOP配合redis解决重复提交问题
  • 自定义拦截器,拦截referer来避免CSRF攻击
  • 自定义拦截器,集成thymeleaf根据不同的响应状态码跳转不同的页面

About

Spring Boot 整合Mybatis、Druid、PageHelper、Swagger 、AOP、过滤器、拦截器、thymeleaf 基础入门demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.8%
  • HTML 2.2%