问题描述
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 point
Exception 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"
.
.
.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。