updating README.md
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
/.mvn/
|
HELP.md
|
||||||
/HELP.md
|
|
||||||
/target/
|
/target/
|
||||||
!.mvn/wrapper/maven-wrapper.jar
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
/.nb-gradle/
|
/.nb-gradle/
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
/mvnw
|
mvnw
|
||||||
/mvnw.cmd
|
mvnw.cmd
|
||||||
|
|
||||||
/.mvn/**
|
.mvn/**
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
# Spring Boot 2 with Multiple DataSource for Postgres Data Replication
|
# Spring Boot 2 with Multiple DataSource
|
||||||
|
|
||||||
There are times that even having the best DataBase (PostgresSql, Oracle, MySql, .. ) Tuning can not be as help-full as Application Level separating Read and Writes
|
There are times that even having the best DataBase (PostgresSql, Oracle, MySql, .. ) Tuning can not be as help-full as Application Level separating Read and Writes
|
||||||
|
|
||||||
Spring Boot 2.2.2 with Multiple DataSource for Postgres Data Replication
|
Spring Boot 2.2.2 with Multiple DataSource
|
||||||
## Postgres Setup
|
## Postgres Setup
|
||||||
For This Demo you need 2.2.2 separate Postgres DataBase where one as Master and the other re one as a Replica.
|
For This Demo you need 2.2.2 separate Postgres DataBase where one as Master and the other re one as a Replica.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user