1 Star 2 Fork 0

成长社区/springcloud-pdf转换

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
窦海超 提交于 2022-03-14 17:00 . init
<?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">
<parent>
<groupId>com.cloud.pom</groupId>
<artifactId>marvel-version-tag</artifactId>
<version>1.5.2-RELEASE</version>
</parent>
<groupId>com.payment.api</groupId>
<artifactId>office-web-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>office-web-api</name>
<modelVersion>4.0.0</modelVersion>
<url>http://www.xiats.com</url>
<description>尧曦未来管理系统任务调度</description>
<packaging>pom</packaging>
<modules>
<module>office-web-interface</module>
<module>office-web-service</module>
</modules>
<properties>
<!-- <interface-version>1.0.0-${version-tag}</interface-version>-->
<mybatis-plus-version>3.0.6</mybatis-plus-version>
<mybatis-dynamic-version>3.0.0</mybatis-dynamic-version>
<hutool-version>5.6.5</hutool-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>rdc-release</id>
<url>https://packages.aliyun.com/maven/repository/2022079-release-8bQodP/</url>
</repository>
</repositories>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yao-xi-future/springcloud-pdf-conversion.git
git@gitee.com:yao-xi-future/springcloud-pdf-conversion.git
yao-xi-future
springcloud-pdf-conversion
springcloud-pdf转换
master

搜索帮助