For linux:
export SPRING_DATASOURCE_URL={your_database_url}
mvn package
java -jar target/Server-0.0.1-SNAPSHOT.jar
An android end-to-end encrypted chatting Application
Server Side source code: https://github.com/Mustafa2856/ChatitServer
Frontend source code: https://github.com/Mustafa2856/Chatit