File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
src/main/java/com/spring4all/swagger Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11# 简介
22
3- [ ![ Build Status] ( https://travis-ci.org/dyc87112/spring-boot-starter-swagger.svg?branch=master )] ( https://travis-ci.org/dyc87112/spring-boot-starter-swagger )
3+ [ ![ Build Status] ( https://travis-ci.org/dyc87112/spring-boot-starter-swagger.svg?branch=1.5.0 )] ( https://travis-ci.org/dyc87112/spring-boot-starter-swagger )
44
55该项目主要利用Spring Boot的自动化配置特性来实现快速的将swagger2引入spring boot应用来生成API文档,简化原生使用swagger2的整合代码。
66
2626
2727``` xml
2828<dependency >
29- <groupId >com.didispace </groupId >
29+ <groupId >com.spring4all </groupId >
3030 <artifactId >spring-boot-starter-swagger</artifactId >
31- <version >1.4.1 .RELEASE</version >
31+ <version >1.5.0 .RELEASE</version >
3232</dependency >
3333```
3434
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com.didispace </groupId >
7+ <groupId >com.spring4all </groupId >
88 <artifactId >spring-boot-starter-swagger</artifactId >
9- <version >1.4.1 .RELEASE</version >
9+ <version >1.5.0 .RELEASE</version >
1010
1111 <name >spring-boot-starter-swagger</name >
12- <url >https://github.com/dyc87112 /spring-boot-starter-swagger</url >
12+ <url >https://github.com/SpringForAll /spring-boot-starter-swagger</url >
1313 <description >starter for swagger2</description >
1414
1515 <parent >
2727 </licenses >
2828
2929 <scm >
30- <url >http://didispace .com</url >
31- <
connection >
[email protected] :
dyc87112 /spring-boot-starter-swagger.git</
connection >
32- <developerConnection >https://github.com/dyc87112 /spring-boot-starter-swagger</developerConnection >
30+ <url >http://spring4all .com</url >
31+ <
connection >
[email protected] :
SpringForAll /spring-boot-starter-swagger.git</
connection >
32+ <developerConnection >https://github.com/SpringForAll /spring-boot-starter-swagger</developerConnection >
3333 </scm >
3434
3535 <developers >
113113 </plugin >
114114 </plugins >
115115 </build >
116- </project >
116+ </project >
Original file line number Diff line number Diff line change 1- package com .didispace .swagger ;
1+ package com .spring4all .swagger ;
22
33import org .springframework .context .annotation .Import ;
44
Original file line number Diff line number Diff line change 1- package com .didispace .swagger ;
1+ package com .spring4all .swagger ;
22
33import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
44import org .springframework .context .annotation .Configuration ;
Original file line number Diff line number Diff line change 1- package com .didispace .swagger ;
1+ package com .spring4all .swagger ;
22
33import com .google .common .base .Predicate ;
44import com .google .common .base .Predicates ;
Original file line number Diff line number Diff line change 1- package com .didispace .swagger ;
1+ package com .spring4all .swagger ;
22
33import lombok .Data ;
44import lombok .NoArgsConstructor ;
You can’t perform that action at this time.
0 commit comments