Merge pull request #535 from ascrutae/fix/es-cache-dao-config-issue

fix ESDao configuration is incorrect
This commit is contained in:
吴晟 Wu Sheng 2017-10-21 19:04:48 +08:00 committed by GitHub
commit cb7b4e73d4
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
org.skywalking.apm.collector.cache.dao.ApplicationEsDAO
org.skywalking.apm.collector.cache.dao.InstanceEsDAO
org.skywalking.apm.collector.cache.dao.ServiceNameEsDAO
org.skywalking.apm.collector.cache.dao.ApplicationEsCacheDAO
org.skywalking.apm.collector.cache.dao.InstanceEsCacheDAO
org.skywalking.apm.collector.cache.dao.ServiceNameEsCacheDAO