swagger应用

创建项目
创建springboot项目
引入依赖


io.springfox
springfox-swagger2
2.8.0


io.springfox
springfox-swagger-ui
2.8.0

 配置swagger2
创建config文件夹,并在其下创建 Swagger2Config,在类上添加注解
@Configuration和 @EnableSwagger2,具体配置如下

 
@Configuration
@EnableSwagger2
public class Swagger2Config {

swagger应用最先出现在Python成神之路

版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/7120.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>