定时器

master
philip 3 years ago
parent fc0285bf3c
commit 07f2d39119

@ -36,6 +36,10 @@ print:
server: http://172.16.251.188:8022/print server: http://172.16.251.188:8022/print
# server: http://localhost:8080/CodeSoftPrintWeb/printService # server: http://localhost:8080/CodeSoftPrintWeb/printService
#quartz任务启用
quartz:
enabled: true
activeMq: activeMq:
sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0 sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0
queue: send.weChat.notice queue: send.weChat.notice

@ -41,6 +41,10 @@ ftp:
username: mesftp username: mesftp
password: mesnac1@3 password: mesnac1@3
#quartz任务启用
quartz:
enabled: true
#打印服务 #打印服务
print: print:
server: http://172.16.170.163:8022/print/mesnacprint server: http://172.16.170.163:8022/print/mesnacprint

@ -41,6 +41,10 @@ ftp:
username: mesftp username: mesftp
password: mesnac1@3 password: mesnac1@3
#quartz任务启用
quartz:
enabled: true
#打印服务器配置 #打印服务器配置
print: print:
server: http://10.10.170.32:8022/print/mesnacprint server: http://10.10.170.32:8022/print/mesnacprint

Loading…
Cancel
Save