Swagger註解生成Rest Api文檔 並生成靜態文檔

Swagger註解生成Rest Api文檔 1、添加配置類 @Configuration //spring boot配置註解 @EnableSwagger2 //啓用swagger2功能註解 public class Swagger2Config extends WebMvcConfigurationSupport { @Bean public Docket createRestf
相關文章
相關標籤/搜索