Skip to content

Commit

Permalink
Fixes Broken Links
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 11, 2022
1 parent 919d719 commit b0e2efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The following table list all sample codes related to the spring boot integration
| [MultiTenancy Schema Based](./jpa/spring-boot-jpa-multitenancy/schema) | The application, demonstrates running multi tenancy in JPA using schema based i.e Shared Database with Separate Schema | Completed |
| [MultiTenancy with multipledatsources](./jpa/spring-boot-jpa-multitenancy/multidatasource-multitenancy) | The application, demonstrates running multi tenancy in JPA using all strategies using multidatasources | Completed |
| [mongodb-elasticsearch-integration](./spring-boot-mongodb-elasticsearch) | The application, demonstrates saving the data in MongoDb and then searching in ElasticSearch for quick Search, GeoSpatial Search | WIP |
| [my-spring-graphql-querydsl](./graphql/spring-boot-graphql-querydsl) | The application, demonstrates the way to connect to database using graph ql and querydsl | WIP |
| [my-spring-graphql-webmvc](./graphql/my-spring-graphql-webmvc) | The application, demonstrates how to apply graphql concepts to the spring boot project | WIP |
| [spring-boot-graphql-querydsl](./graphql/spring-boot-graphql-querydsl) | The application, demonstrates the way to connect to database using graph ql and querydsl | WIP |
| [spring-boot-graphql-webmvc](./graphql/spring-boot-graphql-webmvc) | The application, demonstrates how to apply graphql concepts to the spring boot project | WIP |
| [Choas Engineering Principles](./spring-boot-choas-monkey) | The application, demonstrates how to apply choas engineering concepts to the spring boot project, test using Gatling to demonstrate the difference | WIP |
| [Feature Toggles](./spring-boot-togglz-sample) | The application, demonstrates how to apply feature toggles concepts to the spring boot project | WIP |

Expand Down

0 comments on commit b0e2efc

Please sign in to comment.