问题描述 使用 Idea 启动 Spring Boot 应用时有如下错误: Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class 似乎是因为配置文件中缺少数据库连接相关信息导致的数据库连接不上的问题。 但查…