From 685a27db221bd4033ff040d933e1fb03f15689b2 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 11 十一月 2022 14:23:46 +0800
Subject: [PATCH] controller中首页调用方法

---
 src/main/resources/application.yml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index afe0745..0200a53 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -19,7 +19,7 @@
 # 开发环境配置
 server:
   # 服务器的HTTPS端口,为443
-  port: 443
+#  port: 443
 #  ssl:
 #    key-store: /root/ssl/syf.com.pfx
 #    key-store: H:/wm/ssl/syf.com.pfx
@@ -52,9 +52,11 @@
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
-#    active: druid
+#    active: guotai-uat
+#    druid使用的数据库是5.7.28,过高的版本,可能有部分函数不支持
+    active: druid
 #    active: uat
-    active: uat8
+#    active: uat8
   # 文件上传
   servlet:
     multipart:

--
Gitblit v1.9.2