Description:. Failed to configure a DataSource: ‘ url’ attribute is not specif:Reason: Failed to determine a suitable driver class
- error cause: database not configured
- solution:
error cause: database
is not configured
solution:
1.配置数据库
2. Set do not configure database
- 1
- 2
- 3
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
- 1