问题形容

15:48:56,160 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.15:48:56,160 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ecd23d9 - Registering current configuration as safe fallback pointException in thread "main" io.seata.common.loader.EnhancedServiceNotFoundException: not found service provider for : io.seata.server.store.TransactionStoreManager caused by io.seata.common.exception.StoreException: the {store.db.driver-class-name} can't be empty.

解决办法 及 配置应用nacos域名

[root@p0-tkhijbs-jcsszy-web36 bin]# cat ../conf/registry.conf registry {  # file 、nacos 、eureka、redis、zk、consul、etcd3、sofa  type = "nacos"  nacos {    serverAddr = "api.txxx.txxe.com:80"     #serverAddr = "192.x.x.xx" #失常这个地位放的nacos ip,启动会主动加上8848...config {  # file、nacos 、apollo、zk、consul、etcd3  type = "file"  nacos {    serverAddr = "api.txxx.txxe.com:80"    namespace = "xxxx"...