27
无法配置数据源:未指定'url'属性,并且无法配置任何嵌入式数据源
我正在使用MongoDB处理Spring Boot Batch示例,并且我已经启动了mongod服务器。 启动应用程序时,出现以下错误。 关于这个问题有什么建议吗? *************************** APPLICATION FAILED TO START *************************** 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 Action: Consider the following: If you want an embedded database (H2, HSQL or …