https://github.com/himash79/spring-boot-swagger-ui-intergration
Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.
https://github.com/himash79/spring-boot-swagger-ui-intergration
mvc mysql rest-api restful-webservices spring-boot swagger-ui swagger2
Last synced: 2 months ago
JSON representation
Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-swagger-ui-intergration
- Owner: himash79
- Created: 2022-09-03T08:27:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T08:54:29.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:56:42.235Z (8 months ago)
- Topics: mvc, mysql, rest-api, restful-webservices, spring-boot, swagger-ui, swagger2
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Swagger-UI-Intergration
Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.
## Requirements
01) Java 1.8
02) Maven 3.8
03) MySQL
## Project setup
01) Clone the project
git clone https://github.com/himash79/Spring-Boot-Swagger-UI-Intergration.git
02) Create MySQL Database
Create database import attached query data file.
03) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse
05) Set up database configurations in application.properties file
spring.datasource.url = Develper database URL
spring.datasource.username = Developer database username
spring.datasource.password = Developer database password
06) Monitor webservice swagger documentation.
http://localhost:[port]/swagger-ui.html#/