Skip to content

Example repo to demonstrate that the Quarkus Rest Client removes the trailing slash from the remote service path.

License

Notifications You must be signed in to change notification settings

brunobastosg/quarkus-rest-client-trailing-slash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Rest Client Trailing Slash

Example repo to demonstrate that the Quarkus Rest Client removes the trailing slash from the remote service path.

How to run

Docker

cd quarkus-app
mvn clean package
cd ..
docker compose up

Without Docker

Terminal 1:

cd remote-service
npm ci
npm start

Terminal 2:

cd quarkus-app
mvn quarkus:dev

Accessing the application

Go to http://localhost:8080/hello to call the Quarkus endpoint

The remote service that Quarkus calls is at http://localhost:3000/endpoint-with-trailing-slash/

About

Example repo to demonstrate that the Quarkus Rest Client removes the trailing slash from the remote service path.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published