beeshma / swagger-pet-store-spring-boot

Generating spring boot micro-service from swagger editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swagger-pet-store-spring-boot

Generating spring boot micro-service from swagger editor

2 simple changes to pom file

  1. You can check mvnrepository.com for the latest spring boot and spring fox version
    • Spring boot version - 1.5.10.RELEASE
    • Spring fox version - 2.8.0
  2. Change version numbers in pom.xml
  3. Remove scope tag from tomcat dependency
  4. Run spring boot application and test rest calls
  5. Swagger yaml file attached in spring boot resources folder
  6. Swagger ui - http://localhost:8080/v2/swagger-ui.html

This method can also be followed for the TMForum swagger code gen - OpenAPI's

https://projects.tmforum.org/wiki/display/API/Open+API+Table?_ga=2.135373297.1527475273.1518982686-1034505948.1514628225

If this link doesn't work

  1. https://www.tmforum.org/
  2. frameworx - OpenAPI
  3. Developer Portal
  4. Accompanying docs and swagger tools can be found in the table
  5. User account for TMForum is required

About

Generating spring boot micro-service from swagger editor


Languages

Language:Java 100.0%