updating README.md
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
/.mvn/
|
||||
/HELP.md
|
||||
HELP.md
|
||||
/target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
@@ -26,7 +25,7 @@
|
||||
/.nb-gradle/
|
||||
/build/
|
||||
|
||||
/mvnw
|
||||
/mvnw.cmd
|
||||
mvnw
|
||||
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
|
||||
|
||||
Spring Boot 2.2.2 with Multiple DataSource for Postgres Data Replication
|
||||
Spring Boot 2.2.2 with Multiple DataSource
|
||||
## 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user