LAPTOP-FO2T5SIU\35838 5 月之前
父节点
当前提交
92136d3c65
共有 2 个文件被更改,包括 10 次插入3 次删除
  1. 2 0
      README.md
  2. 8 3
      pro-base/pom.xml

+ 2 - 0
README.md

@@ -3,6 +3,8 @@
 # 安装用友jar包
 mvn install:install-file -Dfile=jar包的位置 -DgroupId=com.openAPIUtil -DartifactId=openAPIUtil -Dversion=1.0.0 -Dpackaging=jar
 
+# 安装aspose jar包
+mvn install:install-file -Dfile=jar包的位置 -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=1.0.0 -Dpackaging=jar
 
 
 

+ 8 - 3
pro-base/pom.xml

@@ -15,12 +15,17 @@
     <dependencies>
 
         <!-- docx转pdf end -->
+<!--        <dependency>-->
+<!--            <groupId>com.aspose</groupId>-->
+<!--            <artifactId>aspose-words</artifactId>-->
+<!--            <version>15.8.0</version>-->
+<!--            <scope>system</scope>-->
+<!--            <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>com.aspose</groupId>
             <artifactId>aspose-words</artifactId>
-            <version>15.8.0</version>
-            <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath>
+            <version>1.0.0</version>
         </dependency>
 
         <!-- 用友工具类 -->