tldyl
2018-04-14 10:08
com.stylefeng.guns.rest.modular.auth.validator.impl.DbValidator
这个类它没法注入
还有:MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
我修改了数据源,它怎么还是连不上?
这是我在yml文件中的配置:
dev jdbc:mysql://127.0.0.1:3306/guns?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false root guns log4j,wall,mergeStat jdbc:mysql://127.0.0.1:3306/guns_flowable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false root dataSourceGuns jdbc:mysql://127.0.0.1:3306/guns_flowable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false root info debug logs/ guns.log
nested exception is java.io.FileNotFoundException: class path resource [dubbo.properties] cannot be opened because it does not exist
好了,问题解决了,我把GunsRestApplication看成是GunsApplication了……
基于SpringBoot 十分钟搞定后台管理平台
42417 学习 · 201 问题
相似问题
回答 2
回答 1