Files
SOP/sop-gateway_old/readme.md
六如 e23911b075 5.0
2024-10-10 11:35:34 +08:00

12 lines
315 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sop-gateway
网关入口默认使用的是Spring Cloud Gateway如果要使用Zuul修改pom.xml
```xml
<dependency>
<groupId>com.gitee.sop</groupId>
<!--<artifactId>sop-bridge-gateway</artifactId>-->
<artifactId>sop-bridge-zuul</artifactId>
<version>version</version>
</dependency>
```