首页>代码>基于springboot+websocket的简单在线聊天室案例>/online_chat_room/src/main/java/com/lianchua/chatoline/ChatolineApplication.java
package com.lianchua.chatoline; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.web.socket.server.standard.ServerEndpointExporter; @SpringBootApplication public class ChatolineApplication { public static void main(String[] args) { SpringApplication.run(ChatolineApplication.class, args); } @Bean public ServerEndpointExporter serverEndpointExporter() { return new ServerEndpointExporter(); } }
最近下载更多
JiangYing009 LV8
4月23日
微信网友_5930136709730304 LV4
2022年11月30日
天气预报 LV11
2022年8月14日
Kevin_001 LV6
2022年7月3日
姜广坤 LV14
2022年6月1日
liuxie LV12
2022年5月12日
caratttt LV2
2022年4月15日
XXXinXXccv LV2
2022年2月15日
lf624645770 LV3
2021年8月27日
breakCY LV15
2021年8月18日