springboot:zuul网关动态路由-接口/定时事件监听器触发
1.ZUUL静态路由的实现
1.1 示例微服务代码
pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
yml
# 单个微服务端口
server:
port: 8090
controller
原创
2022-01-14 14:55:53 ·
884 阅读 ·
1 评论