Commit 7c1363d6 by hzc

同步配置文件

parent 189775df
...@@ -76,3 +76,21 @@ uploadfile: ...@@ -76,3 +76,21 @@ uploadfile:
path: /home/deploy/uploadfile path: /home/deploy/uploadfile
isClearAllPools: true isClearAllPools: true
# @Value("${weChart.url}")
# private String weChart_url;
# @Value("${weChart.corpID}")
# private String weChart_corpID;
# @Value("${weChart.secret}")
# private String weChart_secret;
# @Value("${weChart.agentId}")
# private String weChart_agentId;
#
# @Value("${weChart.isSend}")
# private Boolean isSend;
weChart:
url: http
corpID: 1
secret: 1
agentId: 1
isSend: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment