Skip to content

Example of CRUD application with Spring and Hibernate

Notifications You must be signed in to change notification settings

aarexer/osbr-crud

Repository files navigation

osbr-crud

ORM Spring based REST CRUD application

Description

What is osbr?

osbr is an example of using Spring Boot and liquibase.

It's a simple implementation for common task in Java world - create RESTful CRUD based on ORM. With testing environment and tests.

  • In this application we will use liquibase as database migration tool.
  • For decrease boilerplate code we will use lombok.
  • For decrease template code we will use Google guava

Stack inside:

  • MySQL as a database.
  • Liquibase.
  • Hibernate as JPA implementation.
  • Spring Boot.
  • Java 8.
  • Gradle.
  • JUnit4.
  • Lombok.

Releases

No releases published

Packages

No packages published

Languages