Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 416 Bytes

File metadata and controls

24 lines (10 loc) · 416 Bytes

springbootSSM

QQ群:648527603

欢迎使用。spring boot web 脚手架

视图: freemarker + dwz

数据: mybatisplus

1、springboot的flywaydb.jar 指定空数据库,数据库脚本自动维护。位置db/migration/V1_initialize.sql

2、连接池用阿里的druid ,带监控

3、应用监控用的springboot的actuator

4、验证码用google的kaptcha

5、mybatisplus . mybatis开源插件