/openapi-order

swagger editor를 이용한 Rest API 서버 개발 템플릿

Primary LanguageJava

Controller를 제공해야 local editor에서 보임 ??? 아니면 No operations defined in spec! override를 하지 않고 implements만 해도 editor에선 보임

mvn clean install해야 local editor에서 제대로 보임

https://petstore3.swagger.io/

https://petstore3.swagger.io/api/v3/openapi.json

https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml

https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml

  • 이 파일을 이용하면 n개의 controller를 만들 수 있음

https://editor.swagger.io/

mvn clean compile

하면 generate됨