himash79 / Spring-Boot-Swagger-UI-Intergration

Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-Boot-Swagger-UI-Intergration

Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.

Requirements

  1. Java 1.8
  2. Maven 3.8
  3. MySQL

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-Boot-Swagger-UI-Intergration.git
    
  2. Create MySQL Database

    Create database import attached query data file.
    
  3. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  4. Open project using intelij / eclipse

  5. 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
    
  6. Monitor webservice swagger documentation.

    http://localhost:[port]/swagger-ui.html#/

About

Build Restful web services utilizing Spring boot and initiate Document UI for end user using Swagger UI.


Languages

Language:Java 100.0%