-
Notifications
You must be signed in to change notification settings - Fork 138
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
Swagger Problem not solved #53
Comments
Here a Log-Excerpt. Not sure if this lead to the root cause of the swagger issue: INFO 15520 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/projects/{id}],methods=[GET],produces=[application/json]}" on |
To narrow down: Starting as jar swagger works. Is this intended? |
Seem that is a issue with swagger version and more. API generation at http://localhost:4200/v2/api-docs/ works only with swagger =< 2.6.1 On my project, using swagger 2.6.1 |
Today, 1.10.2017, I tried a complete fresh rebuild of the quickstart from scratch.
After Login and navigate to http://localhost:4200/swagger-ui.html
I've got the same error message as described in #50.
My Setup did not change.
What kind of information do you need to solve it?
The text was updated successfully, but these errors were encountered: