当前位置:网站首页>Idea Encyclopedia (Reprinted)

Idea Encyclopedia (Reprinted)

2022-06-12 15:22:00 Stars_ min

idea Close unnecessary plug-ins to reduce memory consumption

IntelliJ IDEA Common settings ( Two )



idea Plug ins and settings



Intellij plug-in unit



idea How to format your own code without affecting others' code ?



Modify the code without restarting ( Thermal deployment ) Set up

	<dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-devtools</artifactId>
       <optional>true</optional> <!--  This needs to be  true  Hot deployment is effective  -->
 </dependency>

 Insert picture description here
Then click... In the code ctrl+shift+alt+? Click on Registry, Check app.running
 Insert picture description here



idea The reason for the Yellow wavy line in is that there is a duplicate code
terms of settlement : Just take these two out ok 了
 Insert picture description here





原网站

版权声明
本文为[Stars_ min]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206121514597349.html