This is Java Spring Boot project template for the AWS Elastic Beanstalk Web Server Tier. By configure the POM file, this project can run in Tomcat 8 container as WAR file or can run as standalone executable JAR file.
- Read and edit the POM file to choose your prefered package. (Executable JAR is the default.)
- mvn package
- Now you have the compiled target package
- Executable JAR
- java -jar target/gs-messaging-stomp-websocket-0.1.0.jar
- open http://localhost:8080/
- WAR in Tomcat 8
- deploy WAR onto Tomcat 8 (your own or AWS Elastic Beanstalk)
- open http://localhost:8080/gs-messaging-stomp-websocket-0.1.0/