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: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfvanek/hibernate-sample
- Owner: mfvanek
- License: apache-2.0
- Archived: true
- Created: 2018-12-01T14:24:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T14:28:30.000Z (5 months ago)
- Last Synced: 2025-03-16T14:39:15.229Z (4 months ago)
- Topics: gradle, gradle-8, hibernate, hibernate-6, java, java-19, jpa, kotlin-dsl, liquibase
- Language: Java
- Homepage:
- Size: 436 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hibernate sample app
[](https://github.com/mfvanek/hibernate-sample/actions/workflows/tests.yml)
[](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
```