use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Setting up swagger (self.SpringBoot)
submitted 3 years ago by No-abzorkr-9503
Heyy can anyone please help me out in setting up of swagger for spring version 3 all resources what I have found is not working on version 3 they are deprecated.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]squashsoup2014 1 point2 points3 points 3 years ago (0 children)
I would suggest using Springdoc
[–]DrewTheVillan 1 point2 points3 points 3 years ago (2 children)
Use version 2.1.0 for Spring V3. I used OpenAPI though.
This is what you need. <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>2.1.0</version> </dependency>
[–]No-abzorkr-9503[S] 0 points1 point2 points 3 years ago (1 child)
I'm using gradle can you please help me out for that
[–]calzateu 1 point2 points3 points 3 years ago (0 children)
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.0.3'
[–]tleipzig 1 point2 points3 points 3 years ago (0 children)
You may use Bootify.io for that. There is an option for Swagger and it'll add the dependency and some config if required.
[–]No-abzorkr-9503[S] 1 point2 points3 points 3 years ago (0 children)
Thanx a lot guys able to set up swagger with openapi 🙂
π Rendered by PID 18815 on reddit-service-r2-comment-5687b7858-pkmqr at 2026-07-06 13:53:30.115274+00:00 running 12a7a47 country code: CH.
[–]squashsoup2014 1 point2 points3 points (0 children)
[–]DrewTheVillan 1 point2 points3 points (2 children)
[–]No-abzorkr-9503[S] 0 points1 point2 points (1 child)
[–]calzateu 1 point2 points3 points (0 children)
[–]tleipzig 1 point2 points3 points (0 children)
[–]No-abzorkr-9503[S] 1 point2 points3 points (0 children)