oss 转公共配置

This commit is contained in:
limqhz
2021-03-03 17:32:13 +08:00
parent 12a760a1ac
commit f91ddb3b3f
6 changed files with 17 additions and 35 deletions

View File

@@ -6,11 +6,3 @@ spring:
jpa:
show-sql: true
oss:
accessKeyId: LTAIlbtS4W2Xe4OV
accessKeySecret: qWMYkSfmXFtRoIv9q9OCbszcF9U7dX
protocol: http
name: smartvenue
endPoint: http://oss-cn-beijing.aliyuncs.com
url: https://smartvenue.oss-cn-beijing.aliyuncs.com/

View File

@@ -7,11 +7,3 @@ spring:
jpa:
show-sql: true
oss:
accessKeyId: LTAIlbtS4W2Xe4OV
accessKeySecret: qWMYkSfmXFtRoIv9q9OCbszcF9U7dX
protocol: http
name: smartvenue
endPoint: http://oss-cn-beijing.aliyuncs.com
url: https://smartvenue.oss-cn-beijing.aliyuncs.com/

View File

@@ -72,6 +72,13 @@ mybatis:
config-location: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath:mybatis/mapper/*/*.xml
oss:
accessKeyId: LTAIlbtS4W2Xe4OV
accessKeySecret: qWMYkSfmXFtRoIv9q9OCbszcF9U7dX
protocol: http
name: smartvenue
endPoint: http://oss-cn-beijing.aliyuncs.com
url: https://smartvenue.oss-cn-beijing.aliyuncs.com/
face:
url: 192.168.1.111
@@ -101,4 +108,4 @@ logging:
level:
com:
sv:
mapper: DEBUG
mapper: DEBUG