提交 0009cb95 编写于 作者: O o2null

Merge branch 'feat/guava' into 'develop'

默认缓存策略改为guava

See merge request o2oa/o2oa!276
...@@ -17,7 +17,7 @@ public class Cache extends ConfigObject { ...@@ -17,7 +17,7 @@ public class Cache extends ConfigObject {
} }
public Cache() { public Cache() {
this.type = TYPE_EHCACHE; this.type = TYPE_GUAVA;
this.redis = Redis.defaultInstance(); this.redis = Redis.defaultInstance();
this.ehcache = Ehcache.defaultInstance(); this.ehcache = Ehcache.defaultInstance();
this.guava = Guava.defaultInstance(); this.guava = Guava.defaultInstance();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册