MCPcopy Create free account
hub / github.com/Exrick/xpay / close

Method close

xpay-code/src/main/java/cn/exrick/common/task/Jobs.java:101–106  ·  view source on GitHub ↗

每日1am关闭系统7小时

()

Source from the content-addressed store, hash-verified

99 * 每日1am关闭系统7小时
100 */
101 @Scheduled(cron="0 0 1 * * ?")
102 public void close(){
103
104 redisTemplate.opsForValue().set(CLOSE_KEY, "CLOSED", 7L, TimeUnit.HOURS);
105 log.info("定时关闭系统成功");
106 }
107}

Callers 9

backbone-min.jsFile · 0.80
TFunction · 0.80
nFunction · 0.80
gmaps.min.jsFile · 0.80
jquery.collapse.jsFile · 0.80
SectionFunction · 0.80
mui.dtpicker.jsFile · 0.80
mui.picker.all.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected