From 3c8f3a7b74f62a9053cd9d860d8f1d37454712eb Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: Mon, 04 Sep 2023 17:53:59 +0800
Subject: [PATCH] back
---
src/main/resources/application-dev.yml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 0d5847e..51c888d 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -20,7 +20,7 @@
database: 14
host: 127.0.0.1
port: 6379
- password: root
+ password: akj78avauba789a
jedis:
pool:
max-idle: 8
@@ -126,7 +126,9 @@
accountPath: /account/user/
#排查模块
checkPath: /check/
+ #补正告知书
+ correctPDF: /correctPDF/
# swagger生产环境中禁止显示
swagger:
- show: false
\ No newline at end of file
+ show: true
\ No newline at end of file
--
Gitblit v1.9.2