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/