https://github.com/runabol/spring-cloud-initialize-issue
https://github.com/runabol/spring-cloud-initialize-issue
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runabol/spring-cloud-initialize-issue
- Owner: runabol
- Created: 2018-06-20T14:27:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T14:30:15.000Z (over 7 years ago)
- Last Synced: 2025-03-28T10:17:24.268Z (10 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to reproduce:
```
mvn clean spring-boot:run
```
Should result in:
```
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
servletEndpointRegistrar defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]
↓
healthEndpoint defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]
↓
org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
↓
dataSource
┌─────┐
| scopedTarget.dataSource defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]
↑ ↓
| org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker
└─────┘
```