diff --git a/console/src/main/resources/application-dev.yml b/console/src/main/resources/application-dev.yml index 88261cb8..ecb1410a 100644 --- a/console/src/main/resources/application-dev.yml +++ b/console/src/main/resources/application-dev.yml @@ -37,4 +37,8 @@ print: activeMq: sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0 - queue: send.weChat.notice \ No newline at end of file + queue: send.weChat.notice +exportDocument: + filePath: /usr/word/ + outputPath: /usr/word/outputWord/ + template: SFC_SCRAP_TEMPLATE.ftl \ No newline at end of file