- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
MyApplication.java example code do not work without package declaration. spring-boot:run command shows
... ** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package. ... Caused by: java.lang.IllegalStateException: Could not evaluate condition on org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryConfigurations$PoolConfiguration due to io/r2dbc/spi/ValidationDepth not found. Make sure your own configuration does not rely on that class. This can also happen if you are @ComponentScanning a springframework package (e.g. if you put a @ComponentScan in the default package by mistake) ...
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update