Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

boot

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

docker集成

执行下面命令构建镜像

mvn package docker:build

About

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

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.