Skip to content

nextgatesolutions/music-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

How To Run Me

Step1 - Using Maven

There are two options

  • Using the Maven wrapper ./mvnw or mvnw install
  • Using the Maven client: mvn

Step2 - Install

At the top of the project run an install to download the relevant dependencies and compile the code

./mvnw install

Step3 - Run

At the top of the project start spring boot which will run your jar, and any REST endpoints should be available at http://localhost:8080/{METHOD_NAME}

./mvnw spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages