weidy
2023-06-20 2e117fe7bbe994e501bb0b677e94ece6ccdb62ab
Source/UBCS/ubcs-ops/ubcs-resource/src/main/resources/application.yml
@@ -6,8 +6,14 @@
oss:
  enabled: true
  name: minio
  tenant-mode: true
  #tenant-mode为true,表示每个租户可以不同的存储的方式,需要在文件仓库配置里不同的租户,
  # 为false的时候,表示统一使用这个地方配置的内容
  tenant-mode: false
  endpoint: http://192.168.1.253:9000
  access-key: minioacc
  secret-key: miniosec
  bucket-name: bladex
#关闭驼峰命名映射
mybatis-plus:
  configuration:
    map-underscore-to-camel-case: false