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

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

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.