
报错:JAVA相关,包含SpringBoot等
记录做项目过程中遇到的JAVA相关的问题
violin-wang
迷茫是自由的眩晕感
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mybatis配置文件报错:Error parsing SQL Mapper Configuration. ... Cannot find class 已找到解决方案
Mytais报错原创 2025-02-08 12:10:05 · 310 阅读 · 0 评论 -
报错:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource cou
***************************APPLICATION FAILED TO START***************************Description:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reason: Failed to determine a suitable dr原创 2025-01-17 16:25:51 · 275 阅读 · 0 评论 -
报错:org.mybatis:mybatis:jar:3.5.17 failed to transfer from https://repo.maven.apache.org/maven2
原因是maven的官方仓库被墙了,所以需要配置镜像mirror,最简单的解决方法是重写配置文件(不管是使用的Intellij IDEA自带的捆绑的maven还是下载的maven都可以这样解决!2. 配置文件的镜像部分,如果没有settings.xml文件就自己新建一个,有的话就在这上面找到mirrors标签然后改即可(两种方式都提供了)1. 找到Intellij IDEA中的Maven配置:File -> Settings -> (最长的那个选项) -> 构建工具Build。原创 2025-01-17 15:43:16 · 497 阅读 · 0 评论