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

master
YunaiV 3 years ago
parent fc113b640b
commit 9dfe6d273c

@ -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>

Loading…
Cancel
Save