有没有 V 友碰到过的,偶尔会出现 404
{ "timestamp": "2021-06-29T06:46:35.477+0000", "status": 404, "error": "Not Found", "message": "No message available", "path": "/auth/info" } 使用的nacos,但是此服务只启动了一个,yml 配置:
routes: - id: auth-service uri: lb://auth-service predicates: - Path=/v1/auth/** filters: - StripPrefix=1 - id: bus-service uri: lb://bus-service predicates: - Path=/v1/** filters: - StripPrefix=1 