秦芳睿
2025-04-13 5e5b9e36fc97f12e6341250f170b4c211ca8400e
JAVA/SMTAIServer/src/main/resources/application.yml
@@ -9,8 +9,9 @@
    driver-class-name: org.postgresql.Driver
    username: postgres
    #url: jdbc:postgresql://127.0.0.1:15432/huishui_ai?ApplicationName=huishui_ai_web
    #password: p@ssw0rd
#    url: jdbc:postgresql://192.168.100.61:5432/ai_server?ApplicationName=WateNetWeb
#    password: Ai123@JXZL
    url: jdbc:postgresql://192.168.123.74:5432/huishui_ai?ApplicationName=huishui_ai_web
    password: p@ssw0rd
@@ -35,7 +36,7 @@
      # 初始化大小,最小,最大
      initial-size: 0
      min-idle: 10
      max-active: 1024
      max-active: 4096
      # 配置获取连接等待超时的时间
      max-wait: 60000
      # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位毫秒
@@ -70,7 +71,7 @@
      #  reset-enable: false
      #  # 登录用户名/密码
      #  login-username: root
      #  login-password: 123
      #  login-password: 123
  servlet:
    multipart:
      max-file-size: 10GB