Skip to content

Commit c1516c8

Browse files
authored
Feat gateway (#191)
* fix: fix the routes definition * fix: fix the helm installing file * fix: modify the logging dependencies
1 parent d419eec commit c1516c8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

backend/api-gateway/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,17 @@
4040
<artifactId>spring-boot-starter-web</artifactId>
4141
<groupId>org.springframework.boot</groupId>
4242
</exclusion>
43+
<exclusion>
44+
<artifactId>spring-boot-starter-logging</artifactId>
45+
<groupId>org.springframework.boot</groupId>
46+
</exclusion>
4347
</exclusions>
4448
</dependency>
49+
<!-- Log4j2 API -->
50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-starter-log4j2</artifactId>
53+
</dependency>
4554
<dependency>
4655
<groupId>com.alibaba.fastjson2</groupId>
4756
<artifactId>fastjson2</artifactId>

deployment/helm/datamate/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ appVersion: "0.0.1"
2626
dependencies:
2727
- name: backend
2828
version: 0.0.1
29+
- name: gateway
30+
version: 0.0.1
2931
- name: frontend
3032
version: 0.0.1
3133
- name: database

0 commit comments

Comments
 (0)