| | |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: org.postgresql.Driver |
| | | username: postgres |
| | | # driver-class-name: oracle.jdbc.OracleDriver |
| | | # 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 |
| | |
| | | # 初始化大小,最小,最大 |
| | | initial-size: 0 |
| | | min-idle: 10 |
| | | max-active: 1024 |
| | | max-active: 4096 |
| | | # 配置获取连接等待超时的时间 |
| | | max-wait: 60000 |
| | | # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位毫秒 |