赞
踩
新版自带很多插件,看着关闭,留下数据库、maven、spring 相关等
使用它的 ui 风格,UI Options 里第一列全部勾选,第二列勾选前和后
Save
勾选 Reformat code 和 optimize imports
Compiler 勾选图中 2 个
advance 勾选 allow auto-make ....
2023idea 版再引入依赖就可以热部署
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </dependency>
切换到别的软件,就开始热部署了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。