代码拉取完成,页面将自动刷新
<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>cn.com.fiis.fine</groupId>
<artifactId>fine-http-proxy</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>fine-http-proxy</name>
<description>A fine http proxy.</description>
<url>https://fine.fiis.com.cn</url>
<licenses>
<license>
<name>Mulan Permissive Software License,Version 2</name>
<url>https://license.coscl.org.cn/MulanPSL2</url>
</license>
</licenses>
<developers>
<developer>
<name>vipx.o</name>
<email>vipx@fiis.cn</email>
</developer>
</developers>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>[2.0.6.RELEASE,2.99)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>[2.0.6.RELEASE,2.99)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
<version>[2.0.6.RELEASE,2.99)</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>[3.20.0-GA,)</version>
</dependency>
</dependencies>
<!-- 发布仓库 -->
<distributionManagement>
<repository>
<id>fiis-release</id>
<name>Nexus Release Repository</name>
<url>http://nexus.fiis.cn:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>fiis-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://nexus.fiis.cn:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。