
bug
风火岚山
从事JAVA开发4年多,很少发表博客,经常通过这个博客学习和解决问题,从今日开始我也把我遇到的问题或者学习的文章放到这个上面,希望可以帮助到其他和我同样遇到问题的小伙伴们!
展开
-
Cannot determine embedded database driver class for database type NONE 报错
报错原因是没有配置数据库配置。 修改在application.properties中添加配置: spring.datasource.driver-class-name = com.mysql.jdbc.Driver spring.datasource.url= jdbc:mysql://127.0.0.1:3306/xxxx?useUnicode=yes&characterEncod...原创 2018-07-21 11:42:02 · 331 阅读 · 0 评论 -
Caused by: java.lang.IllegalArgumentException: No Spring Session store is configured
Caused by: java.lang.IllegalArgumentException: No Spring Session store is configured: set the 'spring.session.store-type' property at org.springframework.boot.autoconfigure.session.SessionAutoConf...原创 2018-07-21 11:45:22 · 2147 阅读 · 0 评论