Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Nov 10, 2023
1 parent 5c28493 commit 4157026
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following table list all sample codes related to the spring boot integration
| [Graph QL implementation using webflux](./graphql/boot-graphql-webflux) | The application, demonstrates the way to connect to database using graph ql using webflux | Completed |
| [Hibernate 2nd Level Cache Using Redis](./jpa/boot-hibernate2ndlevelcache-sample) | The application, demonstrates how to apply Hibernate 2nd level cache using redis in a spring boot project , testing using QueryCounting, implemented hypersistence Repository instead of default JPARepository | Completed |
| [Read Replica Postgres](./jpa/boot-read-replica-postgresql) | The application, demonstrates saving the data in Postgresql and then read from replica instance | Completed |
| [BackgroundJobs and Scheduling using Jobrunr](./boot-jobrunr-sample) | The application, demonstrates running background jobs and scheduling the tasks using [Jobrunr](https://www.jobrunr.io/en/) | Completed |
| [BackgroundJobs and Scheduling using Jobrunr](./scheduler/boot-jobrunr-sample) | The application, demonstrates running background jobs and scheduling the tasks using [Jobrunr](https://www.jobrunr.io/en/) | Completed |
| [MultiTenancy DB Based](./jpa/multitenancy/multitenancy-db) | The application, demonstrates running multi tenancy in JPA using different databases but same DDLs and DMLs | Completed |
| [MultiTenancy Partition Based](./jpa/multitenancy/partition) | The application, demonstrates running multi tenancy in JPA using partition based i.e Shared Database with Shared table | Completed |
| [MultiTenancy Schema Based](./jpa/multitenancy/schema) | The application, demonstrates running multi tenancy in JPA using schema based i.e Shared Database with Separate Schema | Completed |
Expand Down
45 changes: 24 additions & 21 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,44 @@
# Table of contents

* [README](README.md)
* [Spring Batch implementation](batch-boot-jpa-sample/README.md)
* [API Example for Archunit](boot-api-archunit-sample/README.md)
* [spring-boot-choas-monkey](boot-choas-monkey/README.md)
* [MongoDb for insertion and search using elastic search](boot-mongodb-elasticsearch/README.md)
* [OpenSearch Implementation](boot-opensearch-sample/README.md)
* [spring-boot-rabbitmq-thymeleaf](boot-rabbitmq-thymeleaf/README.md)
* [boot-rest-docs-sample](boot-rest-docs-sample/README.md)
* [boot-strategy-plugin](boot-strategy-plugin/ReadMe.md)
* [spring-boot-togglz-sample](boot-togglz-sample/README.md)
* [spring-boot-ultimate-redis](boot-ultimate-redis/README.md)
* [GraphQL](graphql/README.md)
* [spring-boot-graphql-querydsl](graphql/spring-boot-graphql-querydsl/README.md)
* [boot-graphql-webflux](graphql/boot-graphql-webflux/README.md)
* [boot-graphql-webmvc](graphql/boot-graphql-webmvc/README.md)
* [GraphQl implementation using webflux](graphql/boot-graphql-webflux/README.md)
* [GraphQl implementation using webmvc](graphql/boot-graphql-webmvc/README.md)
* [httpClients](httpClients/README.md)
* [http-proxy](httpClients/boot-http-proxy/README.md)
* [rest-client](httpClients/boot-restclient/README.md)
* [rest-template](httpClients/boot-rest-template/README.md)
* [rest-client](httpClients/boot-restclient/README.md)
* [web-client-mvc](httpClients/boot-web-client-mvc/README.md)
* [web-client-webflux](httpClients/web-client-webflux/README.md)
* [jmh-benchmark](jmh-benchmark/README.md)
* [open-api-spring-boot](open-api-spring-boot/README.md)
* [r2dbc](r2dbc/README.md)
* [r2dbc-jooq](r2dbc/boot-jooq-r2dbc-sample/README.md)
* [r2dbc-boot](r2dbc/boot-r2dbc-sample/README.md)
* [jpa](jpa/README.md)
* [Custom Sequence](jpa/boot-data-customsequence/README.md)
* [Hibernate Envers Implementation](jpa/boot-data-envers/README.md)
* [KeySet Pagination](jpa/boot-data-keyset-pagination/README.md)
* [spring-boot-multipledatasources](jpa/boot-data-multipledatasources/README.md)
* [spring-boot-data-envers-sample](jpa/boot-data-envers/README.md)
* [multiple datasources using Spring Boot](jpa/boot-data-multipledatasources/README.md),
* [spring-boot-hibernate2ndlevelcache-sample](jpa/boot-hibernate2ndlevelcache-sample/README.md)
* [read-replica-with-spring-boot](jpa/boot-read-replica-postgresql/README.md)
* [MultiTenancy using Hibernate in Spring Data JPA](jpa/multitenancy/README.md)
* [multitenancy-db](jpa/multitenancy/multitenancy-db/README.md)
* [multidatasource-multitenancy](jpa/multitenancy/multidatasource-multitenancy/README.md)
* [Partitioned (Discriminator) Data – the data for each tenant is partitioned by a discriminator value](jpa/multitenancy/partition/README.md)
* [schema](jpa/multitenancy/schema/README.md)
* [spring-boot-hibernate2ndlevelcache-sample](jpa/boot-hibernate2ndlevelcache-sample/README.md)
* [read-replica-with-spring-boot](jpa/boot-read-replica-postgresql/README.md)
* [API Example for Archunit](boot-api-archunit-sample/README.md)
* [spring-boot-choas-monkey](boot-choas-monkey/README.md)
* [Scheduling using JobRunr](boot-jobrunr-sample/README.md)
* [MongoDb for insertion and search using elastic search](boot-mongodb-elasticsearch/README.md)
* [boot-strategy-plugin](boot-strategy-plugin/ReadMe.md)
* [spring-boot-togglz-sample](boot-togglz-sample/README.md)
* [spring-boot-ultimate-redis](boot-ultimate-redis/README.md)
* [spring-boot-rabbitmq-thymeleaf](boot-rabbitmq-thymeleaf/README.md)
* [boot-rest-docs-sample](boot-rest-docs-sample/README.md)
* [batch-boot-jpa-sample](batch-boot-jpa-sample/README.md)
* [open-api-spring-boot](open-api-spring-boot/README.md)
* [r2dbc](r2dbc/README.md)
* [r2dbc-jooq](r2dbc/boot-jooq-r2dbc-sample/README.md)
* [r2dbc-boot](r2dbc/boot-r2dbc-sample/README.md)
* [scheduler](scheduler/README.md)
* [Scheduling using JobRunr](scheduler/boot-jobrunr-sample/README.md)
* [Scheduling using Quartz](scheduler/boot-scheduler-quartz/README.md)
* [Code Of Conduct](Code-of-conduct.md)

0 comments on commit 4157026

Please sign in to comment.