Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-api
Commits
2fc9b38e
Commit
2fc9b38e
authored
Dec 24, 2024
by
gaoyingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 sm4加密范围参数
parent
94a96842
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
application-spbt.yml
config/application-spbt.yml
+2
-0
pom.xml
pom.xml
+1
-1
No files found.
config/application-spbt.yml
View file @
2fc9b38e
...
@@ -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
:
...
...
pom.xml
View file @
2fc9b38e
...
@@ -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_alpha
2
</version>
<version>
3.3.0_core_alpha
3
</version>
<!-- <version>3.0.0_nlt.25</version>-->
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency>
</dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment