Open API & Swagger
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Open API & Swagger
Hello,
I am a little lost...
I am using this dependencies :
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2</artifactId>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
And I would like to know, how can I put Swagger on my application please (not only local, production too) ?
There are 2 parts on the project, so I need 2 Swagger with 2 urls
I wrote 2 yaml specifications with the help of Swagger Editor,
And I removed all swagger annotations, but then ?
I am searching the link between Open API specifications and Swagger...
Thank you very much for your help,
And sorry for my English, I am french 😞
- Labels:
-
Swagger UI
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I can remove this two dependencies because as I can see I use only String.repeat (I can use StringUtils.repeat)
Should I need to use
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
for Swagger ?
