From 174bd1a78160e561041a8431f6c8ff167a45f03f Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期五, 28 四月 2023 10:43:16 +0800
Subject: [PATCH] 临时提交
---
src/main/resources/application.yml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index afe0745..5ab09c7 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,12 @@
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
profiles:
+ active: guotai-uat
# active: druid
+# druid使用的数据库是5.7.28,过高的版本,可能有部分函数不支持
# active: uat
- active: uat8
+# active: uat8
+# active: local
# 文件上传
servlet:
multipart:
--
Gitblit v1.9.2