springboot+websocket:
@Autowired无法注入mapper,改为static也不行,
参照网上:
private UserMapper userMapper = (UserMapper) ContextLoader.getCurrentWebApplicationContext().getBean("UserMapper");
在线求大佬