2024-01-18 16:41:08 +01:00

310 B

Screen sharing service

Build

cd handshake && mvnw clean package

Deploy

The resulting war file is located in handshake/target/ and should be deployed to a servlet container.

Develop

Build the entire project with mvnw package and then run by deploying to a local Tomcat in IntelliJ.