From 49fac1c7329140f0b9c6799a7483675e54001a73 Mon Sep 17 00:00:00 2001
From: jyy <jyy>
Date: Sun, 11 Jul 2021 11:57:33 +0800
Subject: [PATCH] 配置优化

---
 zq-erp/src/main/resources/application-dev.yml |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/zq-erp/src/main/resources/application-dev.yml b/zq-erp/src/main/resources/application-dev.yml
index 383c270..2d99deb 100644
--- a/zq-erp/src/main/resources/application-dev.yml
+++ b/zq-erp/src/main/resources/application-dev.yml
@@ -1,18 +1,30 @@
+#调试模式
 debug: true
+#环境标识
 evn: dev
-
+server:
+  port: 8080
+#数据库
 spring:
   datasource:
     url: jdbc:mysql://120.27.238.55:3306/hive_test_meidu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
     username: ct_test
     password: 123456
 
+#文件上传配置
 static_resource_url: http://localhost:1088/
+file_storage_path: D:\test\
+
+#sagger文档
 swagger:
   enable: true
-useRabbit: false
+
+
+
+#微信支付调试开关
 wx_pay_debug_onoff: false
 
+#阿里云短信配置
 ali:
   sms:
     accessKeyId: LTAI4FrjY9R9iDfC6YQTHfne
@@ -20,6 +32,8 @@
     regionId: cn-hangzhou
     signName: 肽妍
 
-showExcptionUrl: http://test.hive.jyymatrix.cc/showException
+#异常快捷链接
+showExcptionUrl:  http://localhost:8080/showException
 
-log_path: /Users/jiangyouyao/logs/zqerp
+#日志文件地址
+log_path: D:/zqerp/log

--
Gitblit v1.9.1