为了账号安全,请及时绑定邮箱和手机立即绑定

配置了德鲁伊连接池后项目启动失败

Description:


Failed to bind properties under 'spring.datasource.type' to java.lang.Class<javax.sql.DataSource>:


    Property: spring.datasource.type

    Value: com.alibaba.druid.pool.DruidDataSource

    Origin: class path resource [application.properties]:6:24

    Reason: No converter found capable of converting from type [java.lang.String] to type [java.lang.Class<javax.sql.DataSource>]


Action:


Update your application's configuration


==============================================================================

pom中配置

<dependency>

  <groupId>com.alibaba</groupId>

  <artifactId>druid</artifactId>

  <version>1.1.3</version>

  </dependency>

================================================================================

application.properties中


mybatis.mapperLocations=classpath:mapping/*.xml

spring.datasource.name=miaosha

spring.datasource.url=jdbc:mysql://localhost:3306/miaosha

spring.datasource.username=root

spring.datasource.passwork=123456

spring.datasource.type=com.alibaba.druid.pool.DruidDataSource

spring.datasource.driverClassName=com.jdbc.mysql.Driver


正在回答

2 回答

spring.datasource.passwork=123456  password拼错了

0 回复 有任何疑惑可以回复我~
#1

慕容9408899 提问者

!!这个错误。。。。多谢龙哥!
2018-12-23 回复 有任何疑惑可以回复我~
#2

慕容9408899 提问者

修改了password错误后重启还是报一样的错误,删除了application文件重新编写还是失败了,请问还可能是其他原因导致吗?
2018-12-23 回复 有任何疑惑可以回复我~

spring.datasource.driverClassName=com.jdbc.mysql.Driver  检查后发现这个也写错了,改正com.mysql.jdbc.Driver  后启动成功了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

配置了德鲁伊连接池后项目启动失败

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信