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
f43f81fc
Commit
f43f81fc
authored
Jan 13, 2025
by
gaoyingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级 91isoft
parent
3998a747
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
application-dev-conf.yml
config/application-dev-conf.yml
+3
-2
application-spbt.yml
config/application-spbt.yml
+2
-2
application-test-conf.yml
config/application-test-conf.yml
+4
-2
pom.xml
pom.xml
+1
-1
No files found.
config/application-dev-conf.yml
View file @
f43f81fc
...
...
@@ -144,8 +144,9 @@ global:
oss
:
request
:
"
https://"
endpoint
:
"
oss-cn-beijing.aliyuncs.com"
putAcessKey
:
putSecretKey
:
putAcessKey
:
"
LTAI5tRTxNjuuSYhHQDCkMQG"
putSecretKey
:
"
8TCxOP1JdLIjqezh0eKvtEAYMhEJ7O"
bucketName
:
"
cust-91isoft"
expirationTime
:
1800
logging
:
...
...
config/application-spbt.yml
View file @
f43f81fc
...
...
@@ -39,7 +39,7 @@ cy:
decryptSm4Secret
:
'
FFFAAA333777EEEB'
# 文件存储
fileStorage
:
model
:
local
model
:
aliYun
fileTemplate
:
UUID
ssl
:
enable
:
false
...
...
@@ -96,7 +96,7 @@ cy:
ivGeneratorClassName
:
org.jasypt.iv.RandomIvGenerator
stringOutputType
:
base644
#身份证、邮箱、手机号存储加密
aes
Secret
:
'
PLMOKNIJBU'
dbStorage
Secret
:
'
PLMOKNIJBU'
security
:
enable
:
true
permission
:
false
...
...
config/application-test-conf.yml
View file @
f43f81fc
...
...
@@ -135,8 +135,10 @@ global:
oss
:
request
:
"
https://"
endpoint
:
"
oss-cn-beijing.aliyuncs.com"
putAcessKey
:
putSecretKey
:
putAcessKey
:
"
LTAI5tRTxNjuuSYhHQDCkMQG"
putSecretKey
:
"
8TCxOP1JdLIjqezh0eKvtEAYMhEJ7O"
bucketName
:
"
cust-91isoft"
expirationTime
:
1800
logging
:
config
:
/data/config/logback-spring.xml
...
...
pom.xml
View file @
f43f81fc
...
...
@@ -47,7 +47,7 @@
<dependency>
<groupId>
org.91isoft
</groupId>
<artifactId>
91isoft_spbt
</artifactId>
<version>
3.3.0_core_alpha
6
</version>
<version>
3.3.0_core_alpha
7
</version>
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</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