2 Star 3 Fork 2

老雷 / spring-boot-starter-swagger-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.32 KB
一键复制 编辑 原始数据 按行查看 历史
yaya 提交于 2019-06-17 20:34 . 升级依赖
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-swagger-example</artifactId>
<version>1.1.2</version>
<packaging>jar</packaging>
<name>spring-boot-starter-swagger-example</name>
<description>spring-boot-starter-swagger的示例项目</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.7</java.version>
</properties>
<dependencies>
<dependency>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-swagger</artifactId>
<version>1.1.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<tag>master</tag>
<url>https://gitee.com/reger/spring-boot-starter-swagger</url>
<connection>scm:git:git@gitee.com:reger/spring-boot-starter-swagger.git</connection>
<developerConnection>scm:git:git@gitee.com:reger/spring-boot-starter-swagger.git</developerConnection>
</scm>
<developers>
<developer>
<name>胡生</name>
<email>619137943@qq.com</email>
<organization>reger.gitee.com</organization>
</developer>
</developers>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<organization>
<url>https://gitee.com/reger</url>
<name>老雷</name>
</organization>
<url>https://gitee.com/reger/spring-boot-starter-swagger</url>
</project>
Java
1
https://gitee.com/lei0719/spring-boot-starter-swagger-example.git
git@gitee.com:lei0719/spring-boot-starter-swagger-example.git
lei0719
spring-boot-starter-swagger-example
spring-boot-starter-swagger-example
master

搜索帮助