2022年1月16日
摘要: 1.服务器端 2.客户端 1.服务器端 1.依赖+配置+启动注解 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</artifactId> </depen 阅读全文
posted @ 2022-01-16 18:50 biind 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 1.继承类:ZuulFilter 2.丢失请求头:Authorization 3.转发请求头:Authorization 4.使用场景:验证权限 1.继承类:ZuulFilter package com.ligy.school.zuul.filter; import com.netflix.zuul 阅读全文
posted @ 2022-01-16 08:40 biind 阅读(209) 评论(0) 推荐(0) 编辑