The problem between SpringBoot and Freemarker.cache log4j

problem description

in the SpringBoot2.0.1 version, the template uses Freemarker logs using log4j2
, but the project throws a warning when it visits the template page for the first time:

clipboard.png

the pom file has excluded log4j-related jar packages and logback-related jar packages

does any great god know what this is all about?

Menu