首页>代码>spring boot+mvc+mybatis+netty-sokey.io+html+js实现简单即时通讯聊天系统>/demo-spring-netty/src/main/java/com/xe/demo/common/netty/ServerRunner.java
package com.xe.demo.common.netty;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;

import com.corundumstudio.socketio.SocketIOServer;

@Component
public class ServerRunner implements CommandLineRunner {
	private final SocketIOServer server;

	@Autowired
	public ServerRunner(SocketIOServer server) {
		this.server = server;
	}

	@Override
	public void run(String... args) throws Exception {
		server.start();
	}
}
最近下载更多
xb12369  LV7 13小时前
2509878298  LV5 2月29日
百里守寡  LV5 2023年8月29日
你好啊呐  LV19 2023年8月23日
annazhang  LV29 2023年2月17日
pureshyness  LV6 2022年9月29日
骑着导弹让蜗牛追去  LV8 2022年1月16日
wanglinddad  LV55 2021年12月30日
j1an01  LV6 2021年12月15日
a1677596408  LV23 2021年7月27日
最近浏览更多
xb12369  LV7 13小时前
krispeng  LV13 8月31日
xainyun 8月27日
暂无贡献等级
Luck_ZDM  LV12 5月22日
long123_356  LV7 5月18日
Annie123 5月7日
暂无贡献等级
taoyi123  LV17 4月29日
heweimin  LV13 4月7日
3334004690  LV10 3月20日
2509878298  LV5 2月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友