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.

14 lines
644 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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