2017-10-07 4 views

Répondre

1

Il suffit d'utiliser l'annotation @Table de org.springframework.data.cassandra .core.mapping.Table et aussi utiliser @PrimaryKey (value = "id") si votre pojo a l'attribut id. Pour une CassandraConfiguration .class, suivez ma réponse here.