From 5351c356a7f7872a06c6b27a3be81b3d6d9164c8 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@aliyun.com> Date: 星期三, 31 七月 2024 17:14:52 +0800 Subject: [PATCH] 调整框架 --- 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