File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 88 <artifactId >spring-boot-starter-swagger</artifactId >
99 <version >1.0.0.RELEASE</version >
1010
11+ <name >spring-boot-starter-swagger</name >
12+ <url >https://github.com/dyc87112/spring-boot-starter-swagger</url >
13+ <description >starter for swagger2</description >
14+
15+ <parent >
16+ <groupId >org.sonatype.oss</groupId >
17+ <artifactId >oss-parent</artifactId >
18+ <version >7</version >
19+ </parent >
20+
21+ <licenses >
22+ <license >
23+ <name >The Apache Software License, Version 2.0</name >
24+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
25+ <distribution >repo</distribution >
26+ </license >
27+ </licenses >
28+
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 >
33+ </scm >
34+
1135 <properties >
1236 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1337 <version .java>1.8</version .java>
You can’t perform that action at this time.
0 commit comments