This commit is contained in:
yuqh 2024-09-10 08:42:02 +08:00
parent c5eaaf9207
commit 6a45c88a18
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,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();