This repo has a "Hello World" Java application that uses the Hibernate ORM to talk to CockroachDB.
For instructions on running the code in this repo, see Build a Java app with CockroachDB and Hibernate.
- Launch CockroachDB:
cockroach demo --insecure --no-example-database
- Build the Gradle wrapper:
gradle wrapper
- Run the Gradle wrapper:
./gradlew run