在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:SpringBootSwaggerStarter开源软件地址:https://gitee.com/songxinqiang/SpringBootSwaggerStarter开源软件介绍:SpringBootSwaggerStarter在spring-boot中使用swagger,可以实现对代码无侵入地集成swagger 使用时的项目配置需要在spring boot项目中使用,下面按照使用maven构建项目,以及使用 在maven配置文件 <dependency> <groupId>cn.songxinqiang</groupId> <artifactId>swagger-spring-boot-starter</artifactId> <version>x.y.z.RELEASE</version></dependency> 在 swagger.api.name = #api 的组信息swagger.api.title = #标题swagger.api.description = #描述信息swagger.api.version = #版本swagger.api.contact.name = #联系人名称swagger.api.contact.url = #联系人urlswagger.api.contact.email = #联系人邮箱swagger.api.exclude-paths = #忽略路径,英文逗号分隔 具体的使用,请查看开源中国博客的介绍 swagger ui在使用时的配置api的控制器会监听在地址 或者可以直接添加依赖即可: <dependency> <groupId>cn.songxinqiang</groupId> <artifactId>swagger-spring-boot-starter-ui</artifactId> <version>x.y.z.RELEASE</version></dependency> 说明本组件应对的是在使用Spring MVC时的场景,只会处理 基于springfox-swagger2,本组件只是简单的配置了一下下,感谢他们 |
请发表评论