mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.7
This commit is contained in:
@@ -8,9 +8,9 @@ import com.gitee.sop.gatewaycommon.bean.InstanceDefinition;
|
|||||||
import com.gitee.sop.gatewaycommon.bean.ServiceRouteInfo;
|
import com.gitee.sop.gatewaycommon.bean.ServiceRouteInfo;
|
||||||
import com.gitee.sop.gatewaycommon.route.RoutesProcessor;
|
import com.gitee.sop.gatewaycommon.route.RoutesProcessor;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.apache.commons.collections.CollectionUtils;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
@@ -62,7 +62,9 @@ public class DbRoutesProcessor implements RoutesProcessor {
|
|||||||
// 删除serviceId下所有的路由
|
// 删除serviceId下所有的路由
|
||||||
this.removeAllRoutes(serviceId);
|
this.removeAllRoutes(serviceId);
|
||||||
|
|
||||||
// 批量保存
|
if (CollectionUtils.isNotEmpty(configServiceRoutes)) {
|
||||||
configServiceRouteMapper.saveBatch(configServiceRoutes);
|
// 批量保存
|
||||||
|
configServiceRouteMapper.saveBatch(configServiceRoutes);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,8 @@ zipkin.url=http://127.0.0.1:9411/
|
|||||||
pre.domain=localhost
|
pre.domain=localhost
|
||||||
# ------- 需要改的配置end -------
|
# ------- 需要改的配置end -------
|
||||||
|
|
||||||
|
sop.restful.enable=true
|
||||||
|
|
||||||
# 入口地址,不用改,默认是/zuul
|
# 入口地址,不用改,默认是/zuul
|
||||||
zuul.servlet-path=/api
|
zuul.servlet-path=/api
|
||||||
# 禁用默认的过滤器,不能删,不用改
|
# 禁用默认的过滤器,不能删,不用改
|
||||||
|
Reference in New Issue
Block a user