Commit 679a7c21 authored by 赵啸非's avatar 赵啸非

添加线程发送消息

parent 29a0347a
......@@ -28,8 +28,7 @@ public class SendSkinRefreshTask implements Runnable {
private ISkinFillFeign skinFillFeign;
@PostConstruct
public void init() {
public SendSkinRefreshTask() {
skinSampleFeign = SpringUtils.getBean(ISkinSampleFeign.class);
skinFillFeign = SpringUtils.getBean(ISkinFillFeign.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