You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

644 B

springboot 项目开发初始化

支持功能:

1、集成mybatis-plus
2、支持自动生成mybatis-plus需要的mapper mapping.xml service entity等文件
查看com.huangjun.springbootinit.config.MysqlGenerator
3、支持thymeleaf模板引擎模板文件在templates目录下
4、支持拦截器
查看com.huangjun.springbootinit.handlerInterceptor.FirstInterceptor
5、支持cookie、session请在utils目录下查看相关工具类
6、支持自定义配置文件
7、支持打成war包部署在单独的Tomcat容器中

备注请仔细阅读config包下的相关配置java文件