From 3c34085a21511610477f555cebf3f6fa42272402 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 07 十一月 2023 18:32:53 +0800 Subject: [PATCH] 产品结构导入数据 --- mes-web/src/main/resources/bootstrap.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mes-web/src/main/resources/bootstrap.yml b/mes-web/src/main/resources/bootstrap.yml index f8f31c8..8947b51 100644 --- a/mes-web/src/main/resources/bootstrap.yml +++ b/mes-web/src/main/resources/bootstrap.yml @@ -1,5 +1,5 @@ server: - port: 6060 + port: 6066 spring: datasource: @@ -8,7 +8,7 @@ # password: postgres123 password: root2022 # 灏勯寮�鍙戞暟鎹簱 - url: jdbc:postgresql://127.0.0.1:5432/postgres + url: jdbc:postgresql://106.13.194.57:9015/postgres application: name: ztt-mes cloud: @@ -17,7 +17,7 @@ # password: nacos password: zttZTT123! discovery: - server-addr: 127.0.0.1:8848 + server-addr: 106.13.194.57:8848 metadata: # VERSION: 10.88.15.224 VERSION: 127.0.0.1 -- Gitblit v1.9.3