I have an old Spring Boot project which, in short takes a SOAP requests and return a value from it.
Project structure:
root | - businesslogic -src - services -src - frontend -src - webservices -src
my endpoint for calling the old webservice is localhost:8080/webservices/ws... What i wish to have for my new feature is and endpoint which looks like this localhost:8080/webservicesV2/ws...
Is there any way for me to "reroute" requests which comes from loclhost:8080/webservicesV2/ws... Without adding webservicesV2 to my project structure?
If you need any more info, please comment, and I will help as best as I can :)
Aucun commentaire:
Enregistrer un commentaire