From a7a6f62fdcfde8bad76e39b0afc5615461bc1583 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 14 十一月 2023 12:03:20 +0800
Subject: [PATCH] 销售订单

---
 mes-web/src/main/resources/bootstrap.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mes-web/src/main/resources/bootstrap.yml b/mes-web/src/main/resources/bootstrap.yml
index f8f31c8..d99f0d8 100644
--- a/mes-web/src/main/resources/bootstrap.yml
+++ b/mes-web/src/main/resources/bootstrap.yml
@@ -1,12 +1,12 @@
 server:
-  port: 6060
+  port: 6066
 
 spring:
   datasource:
     druid:
       username: postgres
       #      password: postgres123
-      password: root2022
+      password: zsAdmin123!
       #      灏勯寮�鍙戞暟鎹簱
       url: jdbc:postgresql://127.0.0.1:5432/postgres
   application:

--
Gitblit v1.9.3