Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 290 Bytes

gradle-getting-started

Initial configurations for gradle using spring-boot to demonstrate the use of a dependency.

Requirements: having java and gradle installed.

Notes:

  • use the command "gradle build" to build the application;
  • use the command "gradle run" to run the application;