Guns啟動報(bào)錯
com.stylefeng.guns.rest.modular.auth.validator.impl.DbValidator
這個類它沒法注入
還有:MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
我修改了數(shù)據(jù)源,它怎么還是連不上?
這是我在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
2018-10-25
nested exception is java.io.FileNotFoundException: class path resource [dubbo.properties] cannot be opened because it does not exist
2018-04-14
好了,問題解決了,我把GunsRestApplication看成是GunsApplication了……