zjh hace 2 años
padre
commit
30f63d4491

+ 2 - 0
.idea/encodings.xml

@@ -2,6 +2,8 @@
 <project version="4">
   <component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
     <file url="file://$PROJECT_DIR$/cbkj_web_parameter/src/main/java" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
     <file url="PROJECT" charset="UTF-8" />
   </component>
 </project>

+ 7 - 1
cbkj_web_parameter/pom.xml

@@ -338,7 +338,13 @@
         <!--dubbo+api-->
 
         <!--aspose:word转pdf-->
-
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>aspose-words</artifactId>
+            <version>16.8.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-16.8.0-jdk16.jar</systemPath>
+        </dependency>
         <!--生成二维码-->
         <dependency>
             <groupId>com.google.zxing</groupId>

BIN
cbkj_web_parameter/src/main/resources/lib/aspose-words-16.8.0-jdk16.jar