From 3c8f3a7b74f62a9053cd9d860d8f1d37454712eb Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: 星期一, 04 九月 2023 17:53:59 +0800
Subject: [PATCH] back

---
 src/main/resources/application-prod.yml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index d0377e0..c216de9 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -2,7 +2,7 @@
 server:
   tomcat:
     uri-encoding: UTF-8
-    basedir: /
+    basedir: /home/ecs-shanghai/temp
   port: 8006
   servlet:
     context-path: /
@@ -14,7 +14,8 @@
       username: hazad
       password: c26207f1e6
       type: com.alibaba.druid.pool.DruidDataSource
-
+  freemarker: 
+    templateLoaderPath: classpath:/docxTemplate/
   #redis
   redis:
     database: 14
@@ -129,6 +130,8 @@
       accountPath: /account/user/
       #排查模块
       checkPath: /check/
+      #补正告知书
+      correctPDF: /correctPDF/
 # swagger生产环境中禁止显示
 swagger:
   show: false

--
Gitblit v1.9.2