自定义博客皮肤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)
  • 收藏
  • 关注

原创 Type interface com.buaa.dao.UserMapper is not known to the MapperRegistry.

Type interface com.buaa.dao.UserMapper is not known to the MapperRegistry.是在mybatis核心配置文件中没有配置mapper<!-- 一在这里插入代码片定要配置mapper--> <mappers> <mapper resource="com/buaa/dao/UserMapper.xml"/> </mappers>`...

2021-09-15 00:06:31 181

原创 关于MAVEN中找不到xml文件的问题

关于MAVEN中找不到xml文件的问题有可能是xml文件写在了java包下在porm中配置以下文件可以解决<!-- 默认可能不会搜索Java下面的xml 和properties资源--> <build> <resources> <resource> <directory>src/main/java</directory>

2021-09-14 23:50:35 451

原创 java.security.cert.CertPathValidatorException: Path does not chain

java.security.cert.CertPathValidatorException: Path does not chain很可能是jdbc.url=jdbc:mysql://localhost:3306/ssmbuild?useSSL=true&useUnicode=true&characterEncoding=utf8中useSSL=true 导致的将他改为useSSL=false兄弟们! 呜呜呜我在想为什么呢(应该是有关于安全)...

2021-09-07 22:21:51 311

原创 IDEA中maven创建web最后启动tomcat出错 Error during artifact deployment. See server log for details解决

IDEA中maven创建web最后启动tomcat出错 Error during artifact deployment. See server log for details解决检查自己的WEB-INF是否有lib文档 如果没有那么问题出在这里,可以在右面的Available Elements 下的文件中项目put into output root ,右面便会出现lib ,就解决啦!...

2021-09-07 22:01:09 248

空空如也

空空如也

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

TA关注的人

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