From edb111951a38552afc8bc26cd4b1d1d16770dcc3 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 14 十一月 2023 11:33:02 +0800
Subject: [PATCH] Changes12
---
mes-web/src/main/resources/bootstrap.yml | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/mes-web/src/main/resources/bootstrap.yml b/mes-web/src/main/resources/bootstrap.yml
index 4ada563..d99f0d8 100644
--- a/mes-web/src/main/resources/bootstrap.yml
+++ b/mes-web/src/main/resources/bootstrap.yml
@@ -1,14 +1,14 @@
server:
- port: 6060
+ port: 6066
spring:
datasource:
druid:
username: postgres
# password: postgres123
- password: 123456
+ password: zsAdmin123!
# 灏勯寮�鍙戞暟鎹簱
- 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