資源簡介
websocket 通信demo實現實時對話 多人群聊和私聊 附帶前端頁面成品工程
代碼片段和文件信息
package?com.wqc.hand;
import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.annotation.RequestMapping;
//import?org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@Controller
@SpringBootApplication
@MapperScan(“com.hand.hand.mapper“)
/*@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})*/
public?class?WebSoketmodemoApplication?{
public?static?void?main(String[]?args)?{
SpringApplication.run(WebSoketmodemoApplication.class?args);
}
@RequestMapping(“/“)
public?String?toIndex(){
return?“index“;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????720??2019-07-31?10:24??myselfWebSocket\.project
?????文件???????4418??2019-07-31?15:58??myselfWebSocket\pom.xm
?????文件????????464??2019-07-31?11:12??myselfWebSocket\src\main\java\com\wqc\hand\hand\util\WebSocketConfig.java
?????文件???????1321??2019-07-31?11:12??myselfWebSocket\src\main\java\com\wqc\hand\hand\websocket\APIController.java
?????文件???????6543??2019-07-31?15:48??myselfWebSocket\src\main\java\com\wqc\hand\hand\websocket\MyWebSocket.java
?????文件???????1054??2019-07-31?15:23??myselfWebSocket\src\main\java\com\wqc\hand\hand\websocket\SocketMsg.java
?????文件???????4036??2019-07-31?11:12??myselfWebSocket\src\main\java\com\wqc\hand\hand\websocket\WebSocketServer.java
?????文件????????743??2019-07-31?11:25??myselfWebSocket\src\main\java\com\wqc\hand\WebSoketmodemoApplication.java
?????文件????????543??2019-07-31?11:12??myselfWebSocket\src\main\java\com\wqc\start\app.java
?????文件???????1763??2019-07-31?15:59??myselfWebSocket\src\main\resources\application.properties
?????文件????????391??2019-07-31?11:07??myselfWebSocket\src\main\resources\application.yml
?????文件????????347??2019-07-31?11:07??myselfWebSocket\src\main\resources\mybatis-config.xm
?????文件???????4546??2019-07-31?11:24??myselfWebSocket\src\main\resources\static\index.html
?????文件????????314??2019-06-13?10:34??myselfWebSocket\src\main\resources\static\input.html
?????文件????????661??2019-07-31?11:07??myselfWebSocket\src\main\resources\static\js\org.js
?????文件????????968??2019-06-13?17:31??myselfWebSocket\src\main\resources\static\login.html
?????文件????????128??2019-06-11?11:45??myselfWebSocket\src\main\resources\static\ok.html
?????文件????????564??2019-06-11?18:22??myselfWebSocket\src\main\resources\static\showUsers.html
?????文件??????12026??2019-07-31?11:22??myselfWebSocket\src\main\resources\static\skip.html
?????文件????????422??2019-06-11?17:52??myselfWebSocket\src\main\resources\static\updataUser.html
?????文件???????3338??2019-07-31?15:34??myselfWebSocket\src\main\resources\static\webSocket.html
?????文件??????37682??2019-06-05?17:46??myselfWebSocket\src\main\webapp\images\zhanlijing.jpeg
?????文件????????308??2019-06-05?10:42??myselfWebSocket\src\main\webapp\upload.html
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc\hand\hand\util
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc\hand\hand\websocket
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc\hand\hand
?????目錄??????????0??2019-07-31?10:39??myselfWebSocket\src\main\java\com\wqc\control
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc\hand
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc\start
?????目錄??????????0??2019-08-09?09:44??myselfWebSocket\src\main\java\com\wqc
............此處省略17個文件信息
- 上一篇:哈工大威海操作系統實驗報告
- 下一篇:amr格式的音頻測試文件
評論
共有 條評論