update 对外接口的加解密

This commit is contained in:
lijiarao
2023-09-27 17:20:49 +08:00
parent 8db95bf199
commit 7026489508
5 changed files with 126 additions and 119 deletions
+8
View File
@@ -155,5 +155,13 @@
<classifier>jdk17</classifier>
<systemPath>${project.basedir}/lib/aspose-words-21.1-jdk17-cracked.jar</systemPath>
</dependency>
<dependency>
<groupId>com.banboocloud</groupId>
<artifactId>bim-codec</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<classifier>jdk17</classifier>
<systemPath>${project.basedir}/lib/bim-codec-1.0.0.jar</systemPath>
</dependency>
</dependencies>
</project>