訪問API文檔我按照從此doc http://mikelynchgames.com/software-development/adding-swagger-to-your-dropwizard-application/如何與招搖
如何訪問我的資源編寫的文檔完全相同的步驟。這是te yaml文件
swaggerBasePath:
http://localhost:9080
什麼是這個URL的後綴?
訪問API文檔我按照從此doc http://mikelynchgames.com/software-development/adding-swagger-to-your-dropwizard-application/如何與招搖
如何訪問我的資源編寫的文檔完全相同的步驟。這是te yaml文件
swaggerBasePath:
http://localhost:9080
什麼是這個URL的後綴?
我使用smoketurner包和它運作良好
https://github.com/smoketurner/dropwizard-swagger
當您啓動dropwizard應用
INFO [2017-03-23 04:10:03,931] [main] [DropwizardResourceConfig]: The following paths were found for the configured resources:
GET /swagger (io.swagger.jaxrs.listing.ApiListingResource)
GET /swagger.{type:json|yaml} (io.swagger.jaxrs.listing.ApiListingResource)
什麼版本dropwizrd你在用嗎?我在0.8,它遇到了一些問題 –
謝謝!我有一個衝突的依賴關係,否則很好 –
這將是很好的分享相對碼,然後鏈接 – nullpointer