Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfvanek/hibernate-sample


https://github.com/mfvanek/hibernate-sample

gradle gradle-8 hibernate hibernate-6 java java-19 jpa kotlin-dsl liquibase

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hibernate sample app

[![Java CI](https://github.com/mfvanek/hibernate-sample/actions/workflows/tests.yml/badge.svg)](https://github.com/mfvanek/hibernate-sample/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/mfvanek/hibernate-sample/branch/master/graph/badge.svg?token=S86JZL3IOR)](https://codecov.io/gh/mfvanek/hibernate-sample)

## Requirements
Java 19+

## Docker Compose
### Start
```shell
docker-compose --project-name="hibernate-test" up -d
```

### Stop
```shell
docker-compose --project-name="hibernate-test" down
```

## Explore volumes
### List all volumes
```shell
docker volume ls
```

### Delete specified volume
```shell
docker volume rm hibernate-test_hibernatedb-data
```