Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 229 Bytes

demo-hibernate

Simple demo on how to use Hibernate with Spring Boot.

Technologies:

  • Spring Boot 2.4.0
  • Hibernate Mappings
  • JPA EntityManager
  • Flyway (for creating the database schema)
  • H2 (as in-memory database)
  • Lombok