-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.adoc
More file actions
44 lines (37 loc) · 2.61 KB
/
Copy pathREADME.adoc
File metadata and controls
44 lines (37 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
= spring-data-examples
////
image:https://travis-ci.org/daggerok/spring-data-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-data-examples"]
////
This repository contains some spring-data playground projects
- link:https://github.com/daggerok/spring-data-jpa-projections/[GitHub: daggerok/spring-data-jpa-projections repository demonstrates how to use Spring Data JPA Projections]
- link:https://github.com/daggerok/spring-data-ldap-example[GitHub: daggerok/spring-data-ldap-example Spring Data LDAP examples]
- link:https://github.com/daggerok/spring-boot-reactive-scala-example[Reactive MongoDB using Scala, Spring Boot and Gradle Kotlin DSL]
- link:https://github.com/daggerok/spring-data-hazelcast-example[Lazy and fast Spring Data Hazelcast]
- link:https://github.com/daggerok/spring-data-jdbc-example[Lightway Spring Data JDBC]
- link:https://github.com/daggerok/spring-data-java8[Spring Data repository return types: CompletableFuture, Stream / Streamble]
- link:https://github.com/daggerok/webflux-cqrs-es[Eventsourcing using JPA (in progress..)]
- link:https://github.com/daggerok/jpa-uuid[JPA UUID @Entity @Id]
- link:https://github.com/daggerok/r2dbc-example[GitHub daggerok/r2dbc-example - R2DBC: Reactive JDBC]
- link:./spring-data-jpa-count-query-fix/[spring-data-jpa #{#entityName} fix in countQuery]
- link:https://github.com/daggerok/spring-data-mybatis[MyBatis]
- link:https://github.com/daggerok/spring-boot-runtime-datasource-initialization[Runtime DataSource(s) initialization]
- link:redis-store[Kotlin | Redis]
- link:https://github.com/daggerok/spring-5-examples/tree/master/mapdb[MapDB | Spring Webflux]
- link:redis/[redis]
- link:spel/[spring expression language]
- link:querydsl/[QueryDSL]
- link:derby-create-drop/[Derby create-drop auto-ddl]
- link:reactive-redis-webflux/[Reactive Redis]
- link:jpa-data-rest/[derby, h2, hsql, mysql, postgres]
- link:data-event-listener/[spring-data-rest event listening]
//- link:elastic/[spring-data-elasticsearch]
- link:key-value/[kotlin, webflix and spring-data-keyvalue]
- link:key-value-hazelcast/[kotlin and spring-data-hazelcast]
- link:spring-data-history-audit/[spring-data-rest advanced audit]
- link:reactive-data-flow-systems/[reactive data flow systems]
- link:infinispan-example/[Using infinispan data grid]
_other repositories_
- link:https://github.com/daggerok/r2dbc-kickass[GitHub daggerok/r2dbc-kickass]
TODO:
- link:https://www.youtube.com/watch?v=N8ElAVRecaM[Reactive Data Access with Spring Data - Christoph Strobl, Mark Paluch]
- link:https://www.youtube.com/watch?v=BKYXu25sziI[Under the Hood of Reactive Data Access - Mark Paluch]