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 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zq-erp/src/main/resources/application-dev.yml b/zq-erp/src/main/resources/application-dev.yml index e48fa91..2d99deb 100644 --- a/zq-erp/src/main/resources/application-dev.yml +++ b/zq-erp/src/main/resources/application-dev.yml @@ -2,7 +2,8 @@ debug: true #环境标识 evn: dev - +server: + port: 8080 #数据库 spring: datasource: @@ -18,8 +19,7 @@ swagger: enable: true -#mq 队列开关 -useRabbit: false + #微信支付调试开关 wx_pay_debug_onoff: false @@ -33,7 +33,7 @@ signName: 肽妍 #异常快捷链接 -showExcptionUrl: http://test.hive.jyymatrix.cc/showException +showExcptionUrl: http://localhost:8080/showException #日志文件地址 log_path: D:/zqerp/log -- Gitblit v1.9.1