The Wayback Machine - https://web.archive.org/web/20210114211706/https://github.com/cemserit/spring-data-examples
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

spring-data-example

Documentation (README)

How to run

Download

git clone https://github.com/cemserit/spring-data-examples.git

Run Cassandra

./gradlew :spring-data-cassandra:bootRun
or
./gradlew build && java -jar spring-data-cassandra/build/libs/spring-data-cassandra-0.0.1-boot.jar

Run Redis

./gradlew :spring-data-redis:bootRun
or
./gradlew build && java -jar spring-data-redis/build/libs/spring-data-redis-0.0.1-boot.jar

Run H2

./gradlew :spring-data-h2:bootRun
or
./gradlew build && java -jar spring-data-h2/build/libs/spring-data-h2-0.0.1-boot.jar

Swagger UI

http://localhost:8080/swagger-ui.html
You can’t perform that action at this time.