From c1516c87b67062726b05f56d2fd2eb38f8220f73 Mon Sep 17 00:00:00 2001
From: hefanli <76611805+hefanli@users.noreply.github.com>
Date: Mon, 22 Dec 2025 18:58:55 +0800
Subject: [PATCH] Feat gateway (#191)
* fix: fix the routes definition
* fix: fix the helm installing file
* fix: modify the logging dependencies
---
backend/api-gateway/pom.xml | 9 +++++++++
deployment/helm/datamate/Chart.yaml | 2 ++
2 files changed, 11 insertions(+)
diff --git a/backend/api-gateway/pom.xml b/backend/api-gateway/pom.xml
index 5825964..2c3b68a 100644
--- a/backend/api-gateway/pom.xml
+++ b/backend/api-gateway/pom.xml
@@ -40,8 +40,17 @@
spring-boot-starter-web
org.springframework.boot
+
+ spring-boot-starter-logging
+ org.springframework.boot
+
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+
com.alibaba.fastjson2
fastjson2
diff --git a/deployment/helm/datamate/Chart.yaml b/deployment/helm/datamate/Chart.yaml
index 2c6d338..e61fd57 100644
--- a/deployment/helm/datamate/Chart.yaml
+++ b/deployment/helm/datamate/Chart.yaml
@@ -26,6 +26,8 @@ appVersion: "0.0.1"
dependencies:
- name: backend
version: 0.0.1
+ - name: gateway
+ version: 0.0.1
- name: frontend
version: 0.0.1
- name: database