Feat gateway (#191)

* fix: fix the routes definition

* fix: fix the helm installing file

* fix: modify the logging dependencies
This commit is contained in:
hefanli
2025-12-22 18:58:55 +08:00
committed by GitHub
parent d419eec3ec
commit c1516c87b6
2 changed files with 11 additions and 0 deletions

View File

@@ -40,8 +40,17 @@
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
<exclusion>
<artifactId>spring-boot-starter-logging</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Log4j2 API -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>