用feign 访问renren-fast接口 报错404(该路由关闭shiro)
=======报错内容如下======
feign.FeignException$NotFound: [404] during [GET] to [http://renren-fast/sys/user/info] [UserRoleFeignService#info()]: [<!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} ... (431 bytes)]
2020-11-11 21:26:42.178 INFO 83320 --- [erListUpdater-0] c.netflix.config.ChainedDynamicProperty : Flipping property: renren-fast.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
已经完全关闭 shiorconfig 的配置中也已经配置filtermap中允许堆外访问
但是访问还是报错404
中间过了一层 gateway网关
-
2020-11-12
404跟shiro没有关系,是你的访问路径错了