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

https://github.com/cockroachdb/java-spring-crdb-app

A CockroachDB leaderboard sample application using Java Spring deployed on Heroku
https://github.com/cockroachdb/java-spring-crdb-app

cockroachdb heroku java spring spring-boot

Last synced: 10 days ago
JSON representation

A CockroachDB leaderboard sample application using Java Spring deployed on Heroku

Awesome Lists containing this project

README

        

# Java Spring deployed on Heroku Example Application

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

To learn how to use CockroachDB with a JPA provider like Hibernate, you’ll build a Spring Boot application that stores details of video game leaderboards in a Cockroach database hosted on the Cockroach Serverless platform.

The Spring Boot application will contain two HTML pages and will be deployed to the cloud using Heroku.

Full instructions are available via [https://www.cockroachlabs.com/blog/java-spring-jpa-cockroachdb/](https://www.cockroachlabs.com/blog/java-spring-jpa-cockroachdb/).