hibernate-reactive

(โ˜… 468)

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.

  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
  • AUTHORS.txt
  • build.gradle
  • CONTRIBUTING.md
  • dco.txt
  • github_release_notes.md
  • gradle.properties
  • gradlew
  • gradlew.bat
  • jbang-catalog.json
  • LICENSE
  • podman.md
  • publish.gradle
  • README.md
  • settings.gradle
  • sonar-project.properties
  • spotless.license.java

# Installation Guide

1. Get the code
git clone https://github.com/hibernate/hibernate-reactive

Downloads the entire project code from GitHub to your computer.

cd hibernate-reactive

Moves into the project folder you just downloaded.

2. Gradle (Java/Kotlin)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew compileJava

Builds the project using Gradle.

./gradlew publishToMavenLocal

Builds the project using Gradle.

./gradlew assembleDocumentation

Builds the project using Gradle.

./gradlew testAll

Builds the project using Gradle.

./gradlew testAll --tests="*SessionTest*"

Builds the project using Gradle.

โœ… A BUILD SUCCESSFUL message means it worked. The output is created under build/.

Pulled directly from this repo's README.

// repository documentation