feat: 添加网关

This commit is contained in:
2025-11-15 23:42:41 +08:00
parent 44e4406acb
commit 74acfc208a
3 changed files with 76 additions and 1 deletions

View File

@@ -16,5 +16,10 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies>
</project>