文件配置的本地缓存,使用 Job 轮询,替代 MQ 广播
This commit is contained in:
parent
d67f4a7f46
commit
24a406e47d
|
@ -66,7 +66,6 @@ public class FileConfigServiceImpl implements FileConfigService {
|
||||||
@Resource
|
@Resource
|
||||||
private Validator validator;
|
private Validator validator;
|
||||||
|
|
||||||
@Override
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void initLocalCache() {
|
public void initLocalCache() {
|
||||||
// 第一步:查询数据
|
// 第一步:查询数据
|
||||||
|
|
Loading…
Reference in New Issue