Commit 2fc9b38e authored by gaoyingwei's avatar gaoyingwei

修改 sm4加密范围参数

parent 94a96842
...@@ -48,6 +48,8 @@ cy: ...@@ -48,6 +48,8 @@ cy:
decryptKey: cyKey decryptKey: cyKey
# sm4 # sm4
decryptSm4Param: true decryptSm4Param: true
# 解密范围:0:解密注解;1:全局解密
decryptSm4Scope: 0
decryptSm4Secret: 'FFFAAA333777EEEB' decryptSm4Secret: 'FFFAAA333777EEEB'
# 文件存储 # 文件存储
fileStorage: fileStorage:
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.91isoft</groupId> <groupId>org.91isoft</groupId>
<artifactId>91isoft_spbt</artifactId> <artifactId>91isoft_spbt</artifactId>
<version>3.3.0_core_alpha2</version> <version>3.3.0_core_alpha3</version>
<!-- <version>3.0.0_nlt.25</version>--> <!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 --> <!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency> </dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment