慕斯卡7287304
2018-07-06 09:12
以下是具体内容:


这是什么情况,能给出具体的解决过程么?
创建 bean dataSourceConfiguration失败,导致自动注入autowaired失败 .异常信息写的很清楚了,${jdbo.driver} ?????,你配置中application.properties应该是jdbc.driver吧
DataSourceConfiguration.java:
@Value("${jdbc.driver}")
private String jdbcDriver;application.properties: #jdbc jdbc.driver=com.mysql.jdbc.Driver
SpringBoot+MyBatis搭建迷你小程序
92206 学习 · 657 问题
相似问题
回答 3
回答 1