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 1
1
# 简介
2
2
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 )
4
4
5
5
该项目主要利用Spring Boot的自动化配置特性来实现快速的将swagger2引入spring boot应用来生成API文档,简化原生使用swagger2的整合代码。
6
6
26
26
27
27
``` xml
28
28
<dependency >
29
- <groupId >com.didispace </groupId >
29
+ <groupId >com.spring4all </groupId >
30
30
<artifactId >spring-boot-starter-swagger</artifactId >
31
- <version >1.4.1 .RELEASE</version >
31
+ <version >1.5.0 .RELEASE</version >
32
32
</dependency >
33
33
```
34
34
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com.didispace </groupId >
7
+ <groupId >com.spring4all </groupId >
8
8
<artifactId >spring-boot-starter-swagger</artifactId >
9
- <version >1.4.1 .RELEASE</version >
9
+ <version >1.5.0 .RELEASE</version >
10
10
11
11
<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 >
13
13
<description >starter for swagger2</description >
14
14
15
15
<parent >
27
27
</licenses >
28
28
29
29
<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 >
33
33
</scm >
34
34
35
35
<developers >
113
113
</plugin >
114
114
</plugins >
115
115
</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 ;
2
2
3
3
import org .springframework .context .annotation .Import ;
4
4
Original file line number Diff line number Diff line change 1
- package com .didispace .swagger ;
1
+ package com .spring4all .swagger ;
2
2
3
3
import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
4
4
import 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 ;
2
2
3
3
import com .google .common .base .Predicate ;
4
4
import 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 ;
2
2
3
3
import lombok .Data ;
4
4
import lombok .NoArgsConstructor ;
You can’t perform that action at this time.
0 commit comments