- 博客(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关注的人