update seata 1.5.2 => 1.6.0 适配升级

This commit is contained in:
疯狂的狮子li
2022-12-19 11:59:29 +08:00
parent 0bb385f6cf
commit efc4bf5a0a
76 changed files with 908 additions and 778 deletions

View File

@@ -15,17 +15,16 @@
*/
package io.seata.server;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
import io.seata.core.rpc.Disposable;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
/**
* @author spilledyear@outlook.com