From c7dfb851ce8e131ffcd7da1abe24d04db6166bfc Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 15 二月 2023 17:31:22 +0800 Subject: [PATCH] 首页bug修改 --- 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