Anjlo / jms-messenger-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Maven example project

Requirements

To build, you need

Building and Setup

Before cloning this repository, be sure to enable automatic conversion of CRLF/LF on your machine using git config --global core.autocrlf input. For more information, please refer to http://help.github.com/dealing-with-lineendings/

To build the project, run mvn package, this will build the program and place the generated jar file in the directory target/.

Running

To Run, use mvn exec:java.

About


Languages

Language:Java 100.0%