1 Star 2 Fork 1

fiis/fine-http-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
I^O^I 提交于 2024-08-19 11:52 +08:00 . Initial commit
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fiis/fine-http-proxy.git
git@gitee.com:fiis/fine-http-proxy.git
fiis
fine-http-proxy
fine-http-proxy
master

搜索帮助