【7.2.2】更新注解

pull/29/head
fengshuonan 2022-03-15 16:36:35 +08:00
parent 5fe5f92b9b
commit fc783bbdf6
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@ import cn.stylefeng.roses.kernel.auth.api.context.LoginContext;
import cn.stylefeng.roses.kernel.auth.api.pojo.login.LoginUser;
import cn.stylefeng.roses.kernel.config.api.ConfigInitCallbackApi;
import cn.stylefeng.roses.kernel.message.api.expander.WebSocketConfigExpander;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
/**
* websocket
*
@ -17,7 +18,7 @@ import org.springframework.stereotype.Component;
@Component
public class InitConfigWebSocketCallbackApiImpl implements ConfigInitCallbackApi {
@Autowired
@Resource
private SessionManagerApi sessionManagerApi;
@Override