Skip to content

OneMinuteProgramming/spring-boot-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add swagger to spring boot

Java: 17 Spring Boot: 3.0 License: GPL v3

OneMinuteProgramming YouTube Channel Subscribers YouTube Channel Views

YouTube Video

Prerequisites

  • JDK 17+
  • Maven 3.3+

Build for source

mvn install

Run the application

java -jar ./target/app.jar

Test the application

curl -L -i -X GET 'localhost:8080/v3/api-docs'

#Access swagger ui via web browser
curl -L -i -X GET 'localhost:8080/swagger-ui.html' 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages