1
0
mirror of synced 2026-04-21 08:59:04 +08:00

小程序解密工具类增加单元测试

This commit is contained in:
Binary Wang
2019-01-03 20:01:58 +08:00
parent 8311262037
commit d6923f2537
3 changed files with 89 additions and 9 deletions

View File

@@ -70,6 +70,11 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.59</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>