1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

配置Gateway(Gateway不报错,但找不到服务)

This commit is contained in:
2022-11-05 20:25:37 +08:00
parent 40a4d3e8c5
commit ef6467882d
8 changed files with 77 additions and 34 deletions

View File

@@ -23,6 +23,27 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<!-- logback -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>
</project>