1
秦芳睿
2025-04-22 e70a362606b78a822e93d5117a9013e8f9086faf
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_dev?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
      # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位毫秒