Commit f43f81fc authored by gaoyingwei's avatar gaoyingwei

升级 91isoft

parent 3998a747
...@@ -144,8 +144,9 @@ global: ...@@ -144,8 +144,9 @@ global:
oss: oss:
request: "https://" request: "https://"
endpoint: "oss-cn-beijing.aliyuncs.com" endpoint: "oss-cn-beijing.aliyuncs.com"
putAcessKey: putAcessKey: "LTAI5tRTxNjuuSYhHQDCkMQG"
putSecretKey: putSecretKey: "8TCxOP1JdLIjqezh0eKvtEAYMhEJ7O"
bucketName: "cust-91isoft"
expirationTime: 1800 expirationTime: 1800
logging: logging:
......
...@@ -39,7 +39,7 @@ cy: ...@@ -39,7 +39,7 @@ cy:
decryptSm4Secret: 'FFFAAA333777EEEB' decryptSm4Secret: 'FFFAAA333777EEEB'
# 文件存储 # 文件存储
fileStorage: fileStorage:
model: local model: aliYun
fileTemplate: UUID fileTemplate: UUID
ssl: ssl:
enable: false enable: false
...@@ -96,7 +96,7 @@ cy: ...@@ -96,7 +96,7 @@ cy:
ivGeneratorClassName: org.jasypt.iv.RandomIvGenerator ivGeneratorClassName: org.jasypt.iv.RandomIvGenerator
stringOutputType: base644 stringOutputType: base644
#身份证、邮箱、手机号存储加密 #身份证、邮箱、手机号存储加密
aesSecret: 'PLMOKNIJBU' dbStorageSecret: 'PLMOKNIJBU'
security: security:
enable: true enable: true
permission: false permission: false
......
...@@ -135,8 +135,10 @@ global: ...@@ -135,8 +135,10 @@ global:
oss: oss:
request: "https://" request: "https://"
endpoint: "oss-cn-beijing.aliyuncs.com" endpoint: "oss-cn-beijing.aliyuncs.com"
putAcessKey: putAcessKey: "LTAI5tRTxNjuuSYhHQDCkMQG"
putSecretKey: putSecretKey: "8TCxOP1JdLIjqezh0eKvtEAYMhEJ7O"
bucketName: "cust-91isoft"
expirationTime: 1800
logging: logging:
config: /data/config/logback-spring.xml config: /data/config/logback-spring.xml
......
...@@ -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_alpha6</version> <version>3.3.0_core_alpha7</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