Answers for "failed to auto-configure a datasource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured"

0

Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured.

Add below line to application.properties

spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Posted by: Guest on May-26-2020
0

Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured.

spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Posted by: Guest on April-28-2020

Code answers related to "failed to auto-configure a datasource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language