- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 spring boot 日志配置方法
<?xml version="1.0" encoding="UTF-8"?><configuration> <!-- 控制台输出 --> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> <encoder> ...
2019-10-25 15:43:41
222
原创 o.a.catalina.core.ContainerBase.[Tomcat].[localhost].[/demo].[dispatcherServlet] - Servlet.service()
当你的程序执行到service实现层mapper方法调用的时候报如下的错:o.a.catalina.core.ContainerBase.[Tomcat].[localhost].[/demo].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/demo]...
2019-10-25 10:57:00
9873
4
原创 Cannot load configuration class: org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration
当启动时报错,查看错误信息,如Cannot load configuration class: org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration就是无法加载配置类mybatis,为什么无法加载,就需要去看pom文件的mybatis依赖有没有写错,以及版本mybatis的3.4.0及以上版本只支持mybatis-sp...
2019-10-24 12:46:08
27958
5
原创 Error resolving template [hello], template might not exist or might not be accessible by any of the
网上大多数的说法是要加@responseBody 其实是细节问题1.--------Error resolving template [hello], template might not exist or might not be accessible by any of the configured Template Resolvers报错原因:spring.thymeleaf.pref...
2019-10-22 10:53:02
1626
spring-boot-demo.zip
2019-11-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人