-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ApplicationPath is not working? #3935
Comments
Can you share some more details about your configuration, like a test project / scenario reproducing the issue? |
What kind of other configuration are needed besides my first code? |
for example there is no clue about which JAX-RS implementation you are using, the full deps of your project, the server in use and how you launch, how resources are registered, if there is any additional config |
Ok, thanks.... I´m using
In my web.xml
My config:
|
Please try with version
see also #3060 Please close tickets if it solves your issue |
Thanks, but 2.1.9 is not available on maven? Please see also: I´ve tried:
|
It takes up to a few hours for sonatype to publish release, please check again in a bit |
…tionPath resolving
Great, it´s working. Many thanks |
Hi,
I´m currently installing Swagger, but it seems the @ApplicationPath is not working as expected.
I have the following code:
In Web.xml:
Example Endpoint:
The json File is generated, but the URL is only:
http://localhost:8080/customer
But it should be:
http://localhost:8080/service/customer
Here in the Swagger GUI:
Any idea what needs to be changed?
The text was updated successfully, but these errors were encountered: