1、Alibaba Java Coding Guidelines 阿里巴巴编码格式规范
2、Big Data Tools 大数据开发工具,是一个集成 Spark 且支持编辑和运行 Zeppelin Notebooks 的 IntelliJ IDEA 新插件
3、chinese language pack 中文语言包
4、CodeGeex ai生成提示代码
5、ide eval reset ide破解
6、Mybatis log mybatis sql日志查看
7、mybatisX mybatis简易操作插件
8、translation 内置翻译工具
9、Jrebel and xrebel 热部署插件 jrebel mybatisplus extension 支持mybatisxml修改热启动
另
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
也可实现热启动 可参考:如何实现spring boot项目热启动的具体操作步骤_mob649e8159b30b的技术博客_51CTO博客