File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
src/main/java/com/spring4all/swagger Expand file tree Collapse file tree 5 files changed +9
-9
lines changed 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 >
99 <version >1.5.0.SNAPSHOT</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 >git@github.com: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 >git@github.com:SpringForAll /spring-boot-starter-swagger.git</connection >
32+ <developerConnection >https://github.com/SpringForAll /spring-boot-starter-swagger</developerConnection >
3333 </scm >
3434
3535 <developers >
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