simple-java-app Simple Java application used as starting point for development including IntelliJ files. Get it. git clone git@github.com:thatmarkenglishguy/simple-java-app.git Set it up (note read the instructions output at the end of this step). simple-java-app/renameit my-java-app cd my-java-app Build it. mvn clean package Check test works. mvn test Check running it works. ./runit