Skip to content

DChandlerP/spring-boot-jpa

 
 

Repository files navigation

Simple Spring Boot Example using JPA

It exposes a Simple Rest Service performing basic CRUD operations. Once cloned you can create a run configuration and start your application. The application will startup on the default server.port of 8080. It makes use of a simple H2 in memory database. We are using a simple JPA Repository to handle database queries.

Running on Heroku

This application is running on Heroku at the follwing link. Heroku API

Helpful Links

Spring Working with SQL Database

About

Spring Boot Application with In Memory Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 73.0%
  • CSS 18.9%
  • HTML 8.1%