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.
#框架
[mybatis-plus](http://mp.baomidou.com/#/)
##常用
- 生成java 类
使用 CustomGenerator.java 自动生成 ,里面的表名等参数自己修改
需要注意 xml 文件要拷贝到 resource 或者扫描的时候自己修改位置,本项目是直接拷贝到resource mapper下