TAndronicus / persistence-pitfalls

Project I used to demonstrate common JPA & SQL problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persistence pittfalls

An example project for my presentation about persistence pittfalls.

Howto

To run you need:

  1. Java 11+
  2. Gradle 5+
  3. Postgres 11+

To setup the database with docker, just run the db-setup.sh script under resources catalog. This is going to bootstrap the database in docker container (not persistent - no volume configuration).

About

Project I used to demonstrate common JPA & SQL problems


Languages

Language:Java 86.8%Language:TSQL 12.1%Language:Shell 1.0%