From 10e199f950f5c74b25e446433ceb51cffe675be4 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 30 十月 2023 09:57:07 +0800 Subject: [PATCH] Changes --- mes-web/src/main/resources/bootstrap.yml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mes-web/src/main/resources/bootstrap.yml b/mes-web/src/main/resources/bootstrap.yml index 4ada563..f8f31c8 100644 --- a/mes-web/src/main/resources/bootstrap.yml +++ b/mes-web/src/main/resources/bootstrap.yml @@ -6,9 +6,9 @@ druid: username: postgres # password: postgres123 - password: 123456 + password: root2022 # 灏勯寮�鍙戞暟鎹簱 - url: jdbc:postgresql://114.132.189.42:9005/zs_db + url: jdbc:postgresql://127.0.0.1:5432/postgres application: name: ztt-mes cloud: @@ -36,7 +36,6 @@ mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - #erpBase: http://localhost:7071/zbgj -- Gitblit v1.9.3