Skip to content

bearddan2000/java-cli-gradle-blade-postgres-hibernate-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-gradle-blade-postgres-hibernate-simple

Description

Creates a small database table called dog and populates with hql.

Tech stack

  • java
  • gradle
    • hibernate
    • hql
    • blade
    • postgres driver

Docker stack

  • gradle:7.6.4-jdk11-alpine
  • postgres:alpine

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit