1 Star 0 Fork 0

lx / thirdparty-service-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
lx 提交于 2021-03-19 18:31 . init demo
<?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>org.lx.demo</groupId>
<artifactId>thirdparty-service-api</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<description>第三方服务api封装</description>
<modules>
<module>wx-miniapp-service-starter</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<!-- Project revision -->
<version>0.0.1-SNAPSHOT</version>
<!-- Lombok version -->
<lombok.version>1.18.18</lombok.version>
<!-- Openfeign version -->
<openfeign.version>3.0.1</openfeign.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>${openfeign.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/luoxin0620/thirdparty-service-api.git
git@gitee.com:luoxin0620/thirdparty-service-api.git
luoxin0620
thirdparty-service-api
thirdparty-service-api
master

搜索帮助