Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudum/spring-data-crate-example

Spring Boot Application with Spring Data Crate
https://github.com/chaudum/spring-data-crate-example

Last synced: about 22 hours ago
JSON representation

Spring Boot Application with Spring Data Crate

Awesome Lists containing this project

README

        

# spring-data-crate-example

**Spring Boot Application with [Spring Data Crate](https://github.com/crate/spring-data-crate)**

## Setup

```console
./gradlew clean compileJava idea
```

## Run Application

Before you run the application you need to start Crate locally on the port
`4200` for http and `4300` for transport.

```console
./gradlew clean bootRun
```

## Tutorial

See https://crate.io/a/using-sprint-data-crate-with-your-java-rest-application/