Rest api endpoint works when run locally, but not in docker container. (Quarkus/Jax-rs resteasy)

前端 未结 0 2016
说谎
说谎 2021-01-14 05:36

I have a simple endpoint like so.

@POST
@Consumes(MediaType.APPLICATION_JSON)
public Response registerPayment(Payment payment) throws Exception {

    try {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题