When using freemarker in the springboot project recently, when a certain null value is taken in the page for judgment, an exception will be reported, and all the exception information will be displayed on the page. Through a configuration, it can be solved globally
by adding in the freemarker property configuration of application.properties:
spring.freemarker.settings.classic_compatible=true
Read More:
- SpringBoot Project Run Page Error: Whitelabel Error Page This application has no explicit mapping for /error
- [Solved] springboot Project Run Error: HikariPool-1 – Exception during pool initialization.
- [Solved] Springboot loads static page Error: whitelabel error page
- [Solved] Springboot Project Startup Error: Unable to Identify bootstrap.yml Configuration
- SpringBoot: Whitelabel Error Page 404 [How to Solve]
- [Solved] SpringBoot Project Startup Error: Field userMapper in com.demo.controller.MemberController required a bean of type ‘c
- Dubbo failed to register and consumer null pointer exception
- [Solved] Springboot Project Error: Mail server connection failed;
- Springboot Project Error: Failed to execute goal org.apache.maven.plugins
- SpringBoot 404 Error: Whitelabel Error Page This application has no explicit mapping for /error, so yo
- [Solved] SpringBoot Create Project and Failed to Access localhost:8080 Error
- Mapper.xml Error: Error setting non null for parameter #3 with JdbcType null.
- [Solved] IDEA globally replace yml Error: you have entered malformed replacement
- Springboot Project: How to Introduces Local Jar Package
- Springboot reports an error whitelabel error page
- [Solved] IDEA Import springboot Project Error: Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
- [Solved] Springboot Project Start Error: An attempt was made to call the method com.google.common.collect.Multimaps.asMap
- [Solved] Springboot project introduces Font library error: java.awt.fontformatexception: bad table, tag = XXXXXX
- Springboot thymeleaf Error: Exception processing template “table/dynamic_table”: Error resolving template [common]…