SpringBoot运行时错误记录
Contents
java.sql.SQLException: The server time zone value ‘�й���ʱ��’ is unrecognized
解决方法:
|
|
Establishing SSL connection without server‘s identity verification is not recommende
解决方法
|
|
template might not exist or might not be accessible by any of the configured Template Resolvers
解决方法:
在application.yaml中设置
|
|
注意:thymeleaf 的classpath要多一个斜杠的,漏斜杠就会有问题
SLF4J:Failed to load class “org.slf4j.impl.StaticLoggerBinder”
[参考](idea springboot启动报SLF4J:Failed to load class “org.slf4j.impl.StaticLoggerBinder”_星辰海的专栏-CSDN博客)
未加载SLF4J jar包
在pom.xml中添加
|
|
[main] WARN net.sf.ehcache.config.ConfigurationFactory - No configuration found
从ehcache.jar 中把文件ehcache-failsafe.xml 解压出来改名 ehcache.xml 复制到classes下面就行了!