https://github.com/mickablondo/hibernate-reactive-test
Testing hibernate reactive with mutiny and postgresql from testcontainers
https://github.com/mickablondo/hibernate-reactive-test
hibernate-reactive java liquibase mutiny postgresql spring-boot testcontainers vertx webflux
Last synced: about 2 months ago
JSON representation
Testing hibernate reactive with mutiny and postgresql from testcontainers
- Host: GitHub
- URL: https://github.com/mickablondo/hibernate-reactive-test
- Owner: mickablondo
- Created: 2025-05-08T19:09:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T14:46:20.000Z (about 1 year ago)
- Last Synced: 2025-05-30T20:12:29.586Z (about 1 year ago)
- Topics: hibernate-reactive, java, liquibase, mutiny, postgresql, spring-boot, testcontainers, vertx, webflux
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hibernate-reactive-test
Testing hibernate reactive with [testcontainers](https://testcontainers.com/).
## Stack
- Java 21
- Spring Boot 3.4.5
- [Hibernate Reactive](https://hibernate.org/reactive/) 2.4.6
- [Mutiny](https://smallrye.io/smallrye-mutiny/1.6.0/tutorials/getting-mutiny/) 2.6.2
- [Vertx](https://vertx.io/docs/vertx-pg-client/java/) 4.5.10
- [Liquibase](https://www.liquibase.com/) 4.31.1
- [Scram client](https://github.com/ongres/scram) 2.1
## Prerequisites
[Docker](https://www.docker.com/products/docker-desktop)
## Swagger
Run the application and open [http://localhost:8080/hibernate-reactive-test/webjars/swagger-ui/index.html](http://localhost:8080/hibernate-reactive-test/webjars/swagger-ui/index.html) to see the API documentation.