fix - OSS服务器文件分类更精细

This commit is contained in:
2026-05-19 13:40:33 +08:00
parent f393375dac
commit 44f867a606
15 changed files with 194 additions and 188 deletions

View File

@@ -19,5 +19,7 @@ sv:
file:
store:
image: imagetest/
video: videotest/
coach: coachtest/
config: configtest/
barcode: barcodetest/
health: health-docstest/

View File

@@ -16,5 +16,7 @@ sv:
file:
store:
image: image/
video: video/
coach: coach/
config: config/
barcode: barcode/
health: health-docs/

View File

@@ -1,23 +0,0 @@
spring:
datasource:
# url: jdbc:mysql://yingdiandian.mysql.rds.aliyuncs.com:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=GMT%2b8
# username: yingdd
# password: Yingdd2015
url: jdbc:mysql://127.0.0.1:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=GMT%2b8&useAffectedRows=true
username: root
password: 123456
redis:
host: 127.0.0.1
password:
timeout: 6000
port: 6379
jpa:
show-sql: true
sv:
file:
store:
image: imagetest/
video: videotest/
health: health-docstest/