LIJOMLOYID / ps-guitar-rest

A Spring Boot enabled project that runs Spring Data JPA with Spring Data REST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ps-guitar-rest

A Basic Spring Data JPA app with an H2 DB running on Spring Boot

Prerequisites

You will need to following tools in order to work with this project and code

Getting Started

To run this project locally, perform the following steps.

  • Clone project to your machine using git - "git clone https://github.com/dlbunker/ps-guitar-rest.git"
  • Import the project into your IDE using the maven pom.xml. In spring STS suite this is done by importing an existing maven project
  • Run the JUnit tests in the src/test/java folder. If all the tests pass, pat yourself on the back.
  • Next try running the app as a Spring Boot app. You can do this by running the Main.java file in this project as a standard java project or you can run spring boot at your project's root with Maven using the following command. 'mvn spring-boot:run'

About

A Spring Boot enabled project that runs Spring Data JPA with Spring Data REST

License:Apache License 2.0


Languages

Language:Java 78.1%Language:SQLPL 20.8%Language:HTML 1.1%