Commit Graph

4 Commits

Author SHA1 Message Date
fjacobs
8c091f324e #541 - Reflect used R2DBC in readme.
H2 is currently used and not Postgresql
2019-11-11 13:40:43 +01:00
Oliver Drotbohm
4576dc413f #500 - Example for declarative reactive transactions in R2DBC.
Introduced transactional service using @Transactional on the method declaration. Using the experimental Spring Boot integration to get both an H2ConnectionFactory and R2dbcTransactionManager configured. Added test case to show the rollbacks kicking in on an exception in a map operator.
2019-05-09 19:09:34 +02:00
Oliver Drotbohm
42ced6f51a #495 - Removed the need for a Postgres database from the R2DBC readme. 2019-04-26 16:22:57 +02:00
Oliver Gierke
d2eb42dad1 #421 - Elevate R2DBC example to top level project.
Moved r2dbc example to a top-level project. Switched to new Spring Data R2DBC project coordinates.

Original pull request: #422.
2018-10-19 11:36:19 +02:00