自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 200

原创 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 9518 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 27234 4

原创 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 1587

spring-boot-demo.zip

sts开发springboot+mybatis+mysql框架搭建整合log,thymelea模块,简单易操作,适合初学者项目搭建,只有一个表,有登录,有数据展示,从前段到后端到数据库可运行

2019-11-01

可视化编程 邮件收发

能够运行的自动邮件发送功能代码,在 microsoft visual studio 2010上能运行

2018-07-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除