Add the following configuration in application. Properties
spring.thymeleaf.cache=false # close cache
Introduce debugging tools into POM. XML and set it to open
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
alt + ctrl + S open settings:
Build,Execution,Deployment —— Complier:
Check Build project automatically
ctrl + shift + alt + /:
Check Registry
Check compiler.automake.allow.when.app.running
Read More:
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- [Solved] IDEA Import springboot Project Error: Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
- [Solved] spring boot integrated PageHelper Error
- Eclipse relies on spring boot configuration processor, and there is no prompt for writing properties and YML
- [Solved] Spring Boot Error: org.springframework.jdbc.datasource.embedded.EmbeddedData
- Spring-boot-maven-plugin Error [How to Solve]
- Spring Boot Error starting ApplicationContext. To display the auto-configuration report re-run you
- How to Solve Spring Boot Maven Build Error
- [Solved] Spring Boot Package Error: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
- [Solved] Spring Boot Startup Error: Failed to load property source from location ‘classpath:/application-dev.yml‘
- [Solved] spring boot Startup Error: Error creating bean with name ‘requestMappingHandlerMapping‘ defined in class path
- [Solved] Spring Boot Project Error: Failed to load property source from
- Split log by date in log4j2 of spring boot
- [Solved] Spring boot Run Error: o.s.b.d.LoggingFailureAnalysisReporter ERROR;
- [Solved] error running ‘xx‘ Command line is too long shorten command line for xx or also for Spring Boot defa
- Spring boot uses thread pool to realize asynchronous processing without return and asynchronous processing with return
- How to get the current time in java time string
- SpringBoot Project Run Page Error: Whitelabel Error Page This application has no explicit mapping for /error
- spring cloud 2020 gateway Error 503 [How to Solve]
- [Solved] Springboot loads static page Error: whitelabel error page