-
Notifications
You must be signed in to change notification settings - Fork 3
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
Evaluating swagger-ui part of application #18
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a simpler approach: https://www.47northlabs.com/knowledge-base/generate-spring-boot-rest-api-using-swagger-openapi/ Could you give it a try?
http://ves-hx-e9.ebi.ac.uk:8080/dev/registry/swagger-ui.html is not accessible without auth. and also please check the URLs behind proxy https://www.ebi.ac.uk/ega/ampt2d/dev/registry. |
but behind the proxy thing you can do it in Migration ticket, please make Swagger-UI accessible to test for now. |
#18 (comment) |
pom.xml
Outdated
<groupId>io.springfox</groupId> | ||
<artifactId>springfox-bean-validators</artifactId> | ||
<version>2.8.0</version> | ||
<groupId>org.webjars</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this? as we are manually downloading and unzip in unpack goal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good (except for the server name in YAML, which is discussed in the issue)
More details in the Jira Ticket |
No description provided.