报错信息
nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
我的解决办法
加这一行配置
#配置数据源
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource