Bladeren bron

2021-09-03
1.替换成了最新的SDK
2.调用解密接口对敏感数据解密

sl 4 jaren geleden
bovenliggende
commit
459cd299e4
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      pom.xml

+ 7 - 7
pom.xml

@@ -154,13 +154,13 @@
 					<mainClass>com.uas.eis.UasEisApplication</mainClass>
 				</configuration>
 
-				<executions>
-				<execution>
-				<goals>
-				<goal>repackage</goal>
-				</goals>
-				</execution>
-				</executions>
+				<!--<executions>-->
+				<!--<execution>-->
+				<!--<goals>-->
+				<!--<goal>repackage</goal>-->
+				<!--</goals>-->
+				<!--</execution>-->
+				<!--</executions>-->
 			</plugin>
 
 			<plugin>