Open slinpq opened 5 years ago
使用MongoDB存储事务日志时,需要配置zookeeper,构建一个CuratorFramework的bean。
不是有两种存储事务日志的么,按照注释SpringCloudSecondaryConfiguration 应该是使用的文件系统存储事务日志,这还会用到MongoDB存储日志么,不使用mongoDB 要怎样解决
使用SpringCloudSecondaryConfiguration不需要MongoDB,直接去掉MongoDB的maven依赖就可以。
使用SpringCloudConfiguration.class配置,启动后报Field beanFactory in org.bytesoft.bytetcc.TransactionManagerImpl required a bean of type 'org.apache.curator.framework.CuratorFramework' that could not be found.