Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 616 Bytes

hello-world-java-hibernate

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.

Local development

  1. Launch CockroachDB:
cockroach demo --insecure --no-example-database
  1. Build the Gradle wrapper:
gradle wrapper
  1. Run the Gradle wrapper:
./gradlew run