My Swagger UI Documentation Example Project with Spring Boot 2.5.2
For building and running the application belows are required;
- Spring Boot 2.5.2
- JDK 11
- Maven 3.8.3
- Springfox Boot Starter 3.0.0 for Swagger UI Documentation
- MongoDB
Application can be run with MySwaggerUiExampleApplication class under com.tan.myswaggeruiexample.spring.spring package.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
##Run Swagger UI Documentation After running the application, just type the local url for Swagger UI in your browser.
GNU General Public License v3.0 Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.