Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaudum/spring-data-crate-example
- Owner: chaudum
- Created: 2015-03-02T15:13:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T13:36:27.000Z (over 8 years ago)
- Last Synced: 2023-03-26T15:48:58.629Z (over 1 year ago)
- Language: Java
- Homepage: https://crate.io
- Size: 304 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/