79126789

Date: 2024-10-25 17:47:00
Score: 1
Natty:
Report link

the first letter of Path must be capital. this resolved my issue.

incorrect:

spring.cloud.gateway.routes[0].predicates[0]=path=/api/product

correct:

spring.cloud.gateway.routes[0].predicates[0]=Path=/api/product
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhishek Ashware