Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 529 Bytes

WebAPI Document

Archived

https://github.com/ShuttlePub/document に移行しました。

https://docs.shuttle.pub

For developers

docker-composeが使えます。現状はdocuments/v1.yamlを対象に動作するように構築しています

sudo docker-compose up -d

  • http://localhost:8001: SwaggerEditor
  • http://localhost:8002: SwaggerUI
  • http://localhost:8003: MockServer

In fact, it is better to use IDEA with swagger plugin.