Hi everyone,
I have created a DocuSign microservice using JHipster. When I make a POST request, I get a 500 error, and it requires javax.ws.rs.core.Configurable
(see attached image for the error).
In the pom.xml
, I am using the jakarta.ws.rs-api
dependency to avoid conflicts with Eureka, which otherwise fails.
Does anyone know how to solve this issue or have any suggestions on how to manage the dependency correctly?
Thanks a lot for your help!
POM: