Commit 85020677 authored by yanzg's avatar yanzg

设置打包时可以通过GIT查看源码

parent 4a15f7ad
......@@ -27,6 +27,8 @@ public class QueueServerDaoImpl extends BaseDaoImpl implements QueueServerDao {
@Override
protected void init() {
cacheList.setClearSecond(2);
register(QueueServerVo.class);
}
......
......@@ -31,6 +31,8 @@ public class QueueServerTokenDaoImpl extends BaseDaoImpl implements QueueServerT
@Override
protected void init() {
cacheList.setClearSecond(2);
register(QueueServerTokenVo.class);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment