parent
6df67f2fe6
commit
a0c21a5a39
|
@ -120,7 +120,7 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
|
|||
@Resource
|
||||
private com.hzya.frame.sysnew.application.service.impl.ApplicationCache applicationCache;
|
||||
|
||||
@Value("${savefile.tomcatpath}")
|
||||
@Value("${savefile.tomcatpath:}")
|
||||
public String TOMCATPATH;
|
||||
//多线程请求加锁 HttpRequest 构造方法是静态的
|
||||
private final Object lock = new Object();
|
||||
|
|
Loading…
Reference in New Issue