Skip to content

tadivenkat/hello-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Hello world Java project, built using gradle.

Demonstrates usage of Spring framework and Logging framework

Follow these instructions to build and run the project
  1. ./gradlew build
  2. ./gradlew -q run
Alternatively, use these instructions:
  1. ./gradlew uberjar
  2. java -jar build/libs/hello-java.jar <some-argument>

About

A Hello world Java project, built using gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages