吉安感知网项目-后端
xiebin
2026-01-15 ab898bc5dfbcb0f16bfaf851e3e843d68cfae598
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#数据源配置
spring:
  datasource:
    url: ${blade.datasource.dev.url}
    username: ${blade.datasource.dev.username}
    password: ${blade.datasource.dev.password}
 
odm:
  down:
    temp:
      zipPreFix: ${odm.down.temp.zipPreFix}
      zipBasePath: ${odm.down.temp.zipBasePath}
 
oss:
  enable: true
  provider: minio
  endpoint: http://192.168.1.204:9000
  external-endpoint: http://192.168.1.204:9000
  access-key: ztzfminio
  secret-key: ztzfminio
  bucket: jaxm
  expire: 3600
  region: us-east-1
  object-dir-prefix:
  out-net-file-address: http://192.168.1.204:9000
  minio-path: http://192.168.1.204:9000
#服务器minio地址
media:
  server-address: D:\software\minio\minio_data\jaxm