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