使用springcloud想搭建一个微服务架构,在parent里引用了spring-boot-starter-web依赖,子项目却启动不了,报错如下: 搭建springcloud的工程遇到的问题 Exception in thread "main" java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationList
使用springcloud想搭建一个微服务架构,在parent里引用了spring-boot-starter-web依赖,子项目却启动不了,报错如下: 搭建springcloud的工程遇到的问题 Exception in thread "main" java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationList
1
The dependencies of some of the beans in the application context form a cycle:
studentController (field private org.example.service.impl.StudentServiceImpl org.example.controller.StudentController.studentService)
SpringBoot没有读取到application.yml
1.遇到的问题
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to configure a DataSource: 'url' att
解决idea中maven依赖unknown的问题
1. 出现问题原因:
最简单的原因是,包名之间的横线 “ - ” 中英文切换问题,改正就好,
或者忘记写版本号
从其他地方copy过来的,仓库下载失败等,导致idea自动下载unknown版本,使maven仓库中存
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.