
报错笔记
Gaytahub
这个作者很懒,什么都没留下…
展开
-
SpringBoot项目运行报错:Failed to configure a DataSource: ‘url‘ attribute is not specified...
报错笔记:IDEA运行SpringBoot Maven项目报错:***************************APPLICATION FAILED TO START***************************Description:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reason:原创 2021-07-19 16:51:06 · 3931 阅读 · 2 评论 -
Maven依赖编译失败报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
报错笔记:IDEA2021无法执行compile编译Maven依赖当我们对一个从github或其他人手里等其来源得到的Maven项目,进行执行compile编译pom.xml文件依赖时,经常出现Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project XXX: Fatal error compiling 的报错信息。这种情况下,错误一般来原创 2021-04-15 23:11:20 · 37279 阅读 · 1 评论 -
IDEA下载Maven依赖包报错:Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom
报错笔记:IDEA2021无法下载Maven依赖包当我们对一个新建的Maven项目或者是从github等其来源得到的Maven项目,进行运行下载并建立pom.xml文件依赖时,经常出现Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.1.RELEASE from/to central 的报错信息。在这种情况下,该错误一般来源于下载依赖包时的证书验证,解决方法之一就是在File-S原创 2021-04-15 22:51:53 · 2944 阅读 · 0 评论