Failed to bind properties under ‘spring.datasource’ to javax.sql.DataSource
在配置SpringBoot中在application.yml文件中配置了如下代码: spring: datasource: username: root password: root url: jdbc:mysql://localhost:3306/appinfodb driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.…