From 0485ab2319da7c84df46b7356c503a0e7cfc2d8e Mon Sep 17 00:00:00 2001 From: wenfei Date: Mon, 2 Mar 2026 17:46:40 +0800 Subject: [PATCH] change db --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f486d4c..2d9d0d3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -22,7 +22,9 @@ spring: #url: jdbc:mysql://192.168.3.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://192.168.1.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://47.242.184.139:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true - url: jdbc:postgresql://192.168.1.69:5432/postgres + #url: jdbc:postgresql://192.168.1.69:5432/postgres + #url: jdbc:postgresql://10.19.1.29:54326/go_mqtt + url: jdbc:postgresql://192.168.3.26:5432/go_mqtt driverClassName: org.postgresql.Driver #com.mysql.cj.jdbc.Driver com.mysql.jdbc.Driver username: postgres password: 452131wW