From 9feebfb3c06a264f39b3b7d1d6235fbd2736f287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Tue, 29 Apr 2025 19:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/src/main/resources/application-dev.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/maku-server/src/main/resources/application-dev.yml b/maku-server/src/main/resources/application-dev.yml index ba686cb..319b0a7 100644 --- a/maku-server/src/main/resources/application-dev.yml +++ b/maku-server/src/main/resources/application-dev.yml @@ -23,16 +23,11 @@ spring: url: jdbc:mysql://localhost:3306/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true username: maku password: 123456 - # 达梦 - # driver-class-name: dm.jdbc.driver.DmDriver - # url: jdbc:dm://192.168.3.19:5236/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true - # username: maku_boot - # password: 12345678 # PostgreSQL - # driver-class-name: org.postgresql.Driver - # url: jdbc:postgresql://192.168.3.19:5432/postgres - # username: postgres - # password: 123456 +# driver-class-name: org.postgresql.Driver +# url: jdbc:postgresql://192.168.3.19:5432/postgres +# username: postgres +# password: 123456 mqtt: host: tcp://localhost:1883 username: maku