ard333 / spring-boot-webflux-cassandra-reactive

Example Spring Boot Webflux and Cassandra (Reactive)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-webflux-cassandra-reactive

CREATE KEYSPACE IF NOT EXISTS example WITH replication = {'class':'SimpleStrategy', 'replication_factor':1} CREATE TABLE example.person(id UUID PRIMARY KEY, name varchar, dob timestamp);

About

Example Spring Boot Webflux and Cassandra (Reactive)

License:Apache License 2.0


Languages

Language:Java 100.0%