From 2a1ecf780d4cfc6e2bf89b7d5ae5d37c5b369504 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@aliyun.com>
Date: 星期一, 05 八月 2024 14:23:16 +0800
Subject: [PATCH] demo代码修改

---
 src/main/resources/application-dev.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 295413e..c58bd19 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
     date-format: yyyy-MM-dd HH:mm:ss
   datasource:
     driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://113.250.189.120:57654/water_trade_center
+    url: jdbc:postgresql://113.250.189.120:57654/test_db1
     username: lunhan
     password: lunhan.20240330
     druid:

--
Gitblit v1.9.3