1、HikariPool-1 - Exception during pool initialization. 检查数据库账号密码正确后,要注意url指定时区(&serverTimezone=UTC):
url
: jdbc
:mysql
://localhost
:3306/blog
?useUnicode
=true&characterEncoding
=utf
-8&serverTimezone
=UTC
2、Exception in thread “task-2” java.lang.IllegalStateException: EntityManagerF 其实主要是thymeleaf版本问题
<thymeleaf.version>3.0.9.RELEASE
</thymeleaf
.version
>
<thymeleaf.version>3.0.11.RELEASE
</thymeleaf
.version
>