2
respostas

"path": "/pedidos-ms/pedidos/porta" 404

Eu configurei gateway e consegui registrar no Eureka, e mesmo assim eu recebo 404 ao tentar fazer requisição ao serviço "pedidos-ms"

application.properties

spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=alurafood-pedidos
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.show-sql=true

spring.application.name=pedidos-ms
eureka.client.serviceUrl.defaultZone=http://localhost:8761/eureka

eureka.client.register-with-eureka=true
eureka.client.fetch-registry=true

server.port=0
2 respostas

Achei a solução,

No meu projeto Gateway, alterei a propriedade de "spring.cloud.gateway.discovery.locator.enable=true" para "spring.cloud.gateway.discovery.locator.enabled=true" e funcionou

Olá, Leonardo, tudo bem?

Que bom que conseguiu identificar o problema e ainda compartilhou aqui no fórum, isso poderá ajudar outros alunos.

Caso surja alguma dúvida, compartilhe no fórum.

Abraços e bons estudos!