解决 Gateway 的 jar 打包后无法运行的问题

pull/12/head
YunaiV 2022-11-11 21:49:13 +08:00
parent fc113b640b
commit 9dfe6d273c
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
<artifactId>spring-cloud-starter-gateway</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- RPC 远程调用相关 -->
<dependency>
<groupId>org.springframework.cloud</groupId>