diff --git a/.gitignore b/.gitignore index e7ef592..8781672 100644 --- a/.gitignore +++ b/.gitignore @@ -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/** \ No newline at end of file diff --git a/README.md b/README.md index 165afb8..24b6e94 100644 --- a/README.md +++ b/README.md @@ -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.