Failed to auto-configure a DataSource: ‘spring.datasource.url‘ is not specified and no embedded data

springboot will load by defaultorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration

@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class})

Read More: