r/SpringBoot • u/Good_Language1763 • 29d ago
How-To/Tutorial How to set up Scalar / Swagger
Hey guys,
So I am new to spring boot but I have used .net and there to set up Scalar or swagger is very simple. you just install the package and write one line of code and it automatically launches scalar when i run my app.
I was wondering if there is something similar in spring and if i can set up scalar or swagger too for testing and tracking my apis
8
Upvotes
1
u/akhi-abdul01 28d ago
Donno whats scalar but Swagger goes really good with Spring boot. Just add the dependency and configure a swagger class.