Skip to content

Sample project for programers that are learning Java

Notifications You must be signed in to change notification settings

adamatti/LearnJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Build status codecov.io

Sample project for programers that are learning java

Run with Maven

  • mvn compile
    • ... to compile the code
  • mvn test
    • ... to run unit tests
  • mvn exec:java -Dexec.mainClass="adamatti.Main"
    • ... to run the code

Run with Gradle

  • gradle idea
    • ... to generate Intellij descriptors
  • gradle assemble
    • ... to package the app
  • gradle run
    • ... to run the project
  • gradle jacocoTestReport
    • ... to run the tests and generate coverage
  • gradle --gui
    • ... to show all tasks in a GUI

About

Sample project for programers that are learning Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages