In Project 1 of the Udacity Java Developer Nanodegree Program, Chat Room app was developed using WebSocket and STOMP with Spring Boot MVC framework.
- JDK 1.8
- Update application.yml with appropriate:
- server port
- base, chat and websocket urls
- chromedriver path for testing
- Package app:
mvn package
- Run:
java -jar target/chatroom-0.0.1-SNAPSHOT.jar
Run: mvn clean test