1, automatically save File > Setting Remove Tick
2, file not saved asterisk hint file > Settings
3,spring Boot Project Hot deployment
3.1,pom File Add Dependency
< Dependency > < groupId >org.springframework.boot</groupId> < Artifactid>spring-boot-devtools</artifactid> </ Dependency >
3.2,file > setting, check Options
3.3, configuration file add the following configuration
Spring freemarker: template-loader-path:classpath:/statics # templates default load path suffix:. FTL # The suffix of the templatechecktrue # Checks if the template path exists Charset:utf-8 # encoding format content-type:text/HTML # response header information false # Whether to open the template cache Settings: 0 # time interval for refreshing templates
3.4,help > Find Action > Input Registry Select the first item
2.5, find and tick options, click Close, restart Idea
Idea turns off AutoSave, does not save an asterisk reminder, Springboot + freemarker Hot Deployment