Skip to content

cockroachlabs/example-app-java-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

'Hello World' example application in Java using the Hibernate ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages