feat: 集群数据同步初步完成

This commit is contained in:
clay
2024-04-19 21:12:19 +08:00
parent ab8e2f7b87
commit aaad4f2c86
23 changed files with 587 additions and 123 deletions

View File

@@ -0,0 +1,17 @@
package cn.fateverse.query.dubbo;
/**
* @author Clay
* @date 2024/4/19 10:56
*/
public interface DubboDispatchServletPublish {
Boolean publish(String path, String requestMethod);
Boolean unpublish(String path, String requestMethod);
}

View File

@@ -0,0 +1,5 @@
/**
* @author Clay
* @date 2024/4/15 11:49
*/
package cn.fateverse.query;