updating README.md

This commit is contained in:
Jay
2019-12-31 13:51:54 -08:00
parent b2547cebd6
commit 9710f543f4
2 changed files with 6 additions and 7 deletions

9
.gitignore vendored
View File

@@ -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/**

View File

@@ -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.