spring boot websocket chat demo
1.0.0
アプリケーションのライブバージョンは https://spring-ws-chat.herokuapp.com/ でチェックアウトできます。
ジャワ - 11
メイブン - 3.xx
1. アプリケーションのクローンを作成します
git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
2. Maven を使用してアプリをビルドして実行する
cd spring-boot-websocket-chat-demo
mvn package
java -jar target/websocket-demo-0.0.1-SNAPSHOT.jar
あるいは、次のようにパッケージ化せずにアプリを直接実行することもできます。
mvn spring-boot:run
このアプリケーションのチュートリアルは私のブログにあります -
https://www.callicoder.com/spring-boot-websocket-chat-example/