Skip to content

Commit 1fe9aae

Browse files
jukecraftmp911de
authored andcommitted
#157 - Fix Typo in readme.
Two -> To
1 parent 99d1597 commit 1fe9aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpa/multiple-datasources/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This project contains an example of how to set up Spring Data to work with two i
44

55
## Interesting points to look at
66

7-
Two connect to two databases we need to manually configure a `DataSource`, `EntityManagerFactory` and `JpaTransactionManager`. This is done in `CustomerConfig` and `OrderConfig`. `DataInitializer` then simulates a Spring component interacting with those databases in separate methods. `Application.init()` orchestrates calls to those methods.
7+
To connect to two databases we need to manually configure a `DataSource`, `EntityManagerFactory` and `JpaTransactionManager`. This is done in `CustomerConfig` and `OrderConfig`. `DataInitializer` then simulates a Spring component interacting with those databases in separate methods. `Application.init()` orchestrates calls to those methods.

0 commit comments

Comments
 (0)