Skip to content

Commit 2cc6591

Browse files
committed
删除迁移代码
1 parent 814e693 commit 2cc6591

96 files changed

Lines changed: 29 additions & 4023 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

backend/api-gateway/src/main/java/com/datamate/gateway/ApiGatewayApplication.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ public RouteLocator customRouteLocator(RouteLocatorBuilder builder) {
4646
.uri("http://datamate-backend-python:18000"))
4747

4848
// 数据评估服务路由
49-
.route("data-operator", r -> r.path("/api/operators/**", "api/categories/**")
49+
.route("data-operator", r -> r.path("/api/operators/**")
50+
.uri("http://datamate-backend-python:18000"))
51+
52+
.route("data-categories", r -> r.path("/api/categories/**")
5053
.uri("http://datamate-backend-python:18000"))
5154

5255
.route("data-cleaning", r -> r.path("/api/cleaning/**")

backend/openapi/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ OPENAPI_DIR="openapi/specs"
126126
SERVICES=(
127127
"data-annotation-service"
128128
"data-management-service"
129-
"operator-market-service"
130-
"data-cleaning-service"
131129
"data-synthesis-service"
132130
"data-evaluation-service"
133131
"pipeline-orchestration-service"

backend/services/data-cleaning-service/pom.xml

Lines changed: 0 additions & 89 deletions
This file was deleted.

backend/services/data-cleaning-service/src/main/java/com/datamate/cleaning/DataCleaningServiceConfiguration.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)