Commit d00b32b7 by elias.oliveira

add README

parents
HelloWorld
==========
A simple Java application that can be compiled into a .jar file using Maven.
To build
--------
mvn clean package
To run
------
java -cp target/helloworld-1.0.jar com.coveros.demo.helloworld.HelloWorld
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment