### 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文件