1
的問題是「不能夠設置spring.datasource.type」,不能設置在春季啓動1.4
在春季啓動1.3可以工作spring.datasource.type,但在春季啓動1.4不能工作,我不知道爲什麼?
以下是我的application.properties:
spring.datasource.type= com.alibaba.druid.pool.DruidDataSource
spring.datasource.url = jdbc:mysql://localhost:3306/api-2016
spring.datasource.username = root
spring.datasource.password = root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.max-active=20
spring.datasource.max-idle=8
spring.datasource.min-idle=8
spring.datasource.initial-size=10
誰能告訴我爲什麼?
非常感謝。 –
我在1.2的春季開機不能支持,但在1.3支持它,爲什麼取消1.4中的支持? –
我已就此問題回覆您。 –