Skip to content

Commit

Permalink
Referended module renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lozynskyi committed Sep 29, 2018
1 parent a0c533a commit 35e8c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Contains the following examples:

* `section-01-jdbc` - a blocking console application that demonstrates Jdbi library, Spring JDBC and Spring Data JDBC (runs embedded H2 database).
* `section-02-jpa` - a blocking console application that demonstrates Spring Data JPA (runs embedded H2 database).
* `section-03-mongo` - a blocking console application that demonstrates Spring Data Mongo (runs embedded MongoDB)
* `section-04-rx-mongo` - a reactive console application that demonstrates **reactive Spring Data Mongo** (runs embedded MongoDB).
* `section-03-mongo` - a blocking console application that demonstrates Spring Data MongoDB (runs embedded MongoDB)
* `section-04-rx-mongo` - a reactive console application that demonstrates reactive Spring Data MongoDB (runs embedded MongoDB).
* `section-05-rx-mongo-tx` - unit tests that demonstrate how reactive transactions work with MongoDB 4 (runs MongoDB cluster in Docker).
* `section-06-r2dbc` - a reactive console application that demonstrates how Spring Data JDBC and **R2DBC** work together (runs PostgreSQL in docker).
* `section-07-rx-webflux` - a reactive web application (SSE) that simulates simple chat application (embedded MongoDB).
Expand Down

0 comments on commit 35e8c88

Please sign in to comment.