From 0d767e8f7d230fbffe293784d2d0e819423e3e9f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 21 三月 2023 13:13:02 +0800
Subject: [PATCH] 表格描述

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index afe0745..123ecf8 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -5,7 +5,7 @@
 #  # 版本
 #  version: 1.0.3
 #  # 版权年份
-#  copyrightYear: 2021
+#  copyrightYear: 2022-2023
 #  # 实例演示开关
 #  demoEnabled: false
 #  # 文件路径 示例( Windows配置D:/TroubleAndRisk/uploadPath,Linux配置 /home/TroubleAndRisk/uploadPath)
@@ -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,10 @@
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
-#    active: druid
+    active: guotai-uat
+#    druid使用的数据库是5.7.28,过高的版本,可能有部分函数不支持
 #    active: uat
-    active: uat8
+#    active: uat8
   # 文件上传
   servlet:
     multipart:

--
Gitblit v1.9.2