Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 911 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 911 Bytes

Build Status

Swagger java example

Instructions

Directory : project root

mvn clean install

Apart from the usual build steps it will generate clients from swagger definitions

Directory : swagger-pet-server

mvn spring-boot:run

Relevant URLs :

Directory : swagger-pet-jaxrs/swagger-pet-client-service

mvn spring-boot:run

Relevant URLs : API : http://localhost:8080/pets/1

Directory : swagger-pet-feign/swagger-pet-client-feign-service

mvn spring-boot:run

Relevant URLs : API : http://localhost:9099/pet/1