From 3ba45dddb5cf5aa63b8bf4a61ca8b5dab74818e1 Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Wed, 12 Jun 2024 16:54:59 +0530 Subject: [PATCH 1/3] Updated README Signed-off-by: Swapnoneel Saha --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81b0284a..55a16772 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,20 @@ This repo contains the sample for [Keploy's](https://keploy.io) Java Application. Please feel free to contribute if you'd like submit a sample for another use-case or library. ->**Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue. +> **Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue. +## Java Sample Apps with Keploy -## Sample Apps with Keploy - -1. [employee-manager](https://github.com/keploy/samples-java/tree/main/employee-manager) -2. [spring-boot-mongo](https://github.com/keploy/samples-java/tree/main/spring-boot-mongo) -3. [user-manager](https://github.com/keploy/samples-java/tree/main/user-manager) -4. [spring-boot-postgres-graphql](https://github.com/keploy/samples-java/tree/main/spring-boot-postgres-graphql) +1. [Employee Manager](https://github.com/keploy/samples-java/tree/main/employee-manager) - A sample Employee-Manager app to test Keploy integration capabilities using [SpringBoot](https://spring.io) and [PostgreSQL](https://www.postgresql.org/). +2. [Springboot MongoDB](https://github.com/keploy/samples-java/tree/main/spring-boot-mongo) - The application is built purely with Java Spring-Boot that does the complete CRUD in the MongoDB database. This CRUD Application is about managing the data of Magical Potions in the Keploy inventory. +3. [User Manager](https://github.com/keploy/samples-java/tree/main/user-manager) - A sample User-Manager app to test Keploy integration capabilities using [SpringBoot](https://spring.io) and [MongoDB](https://www.mongodb.com/). +4. [Springboot Postgres GraphQL](https://github.com/keploy/samples-java/tree/main/spring-boot-postgres-graphql) - This is a Spring Boot application implementing a GraphQL service to handle requests related to books and authors. +5. [Springboot PetClinic](https://github.com/keploy/samples-java/tree/main/spring-petclinic) - This is a petclinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy. ## Community Support ❤️ ### 🤔 Questions? + Reach out to us. We're here to help! [![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) @@ -34,6 +35,7 @@ Reach out to us. We're here to help! [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio) ### 💖 Let's Build Together! + Whether you're a newbie coder or a wizard 🧙‍♀️, your perspective is golden. Take a peek at our: 📜 [Contribution Guidelines](https://github.com/keploy/keploy/blob/main/CONTRIBUTING.md) From 540e56b95fea8c7f1a2462cee0678a917a730bea Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Wed, 12 Jun 2024 17:14:52 +0530 Subject: [PATCH 2/3] fixed some README issues Signed-off-by: Swapnoneel Saha --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55a16772..05670446 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ This repo contains the sample for [Keploy's](https://keploy.io) Java Application ## Java Sample Apps with Keploy -1. [Employee Manager](https://github.com/keploy/samples-java/tree/main/employee-manager) - A sample Employee-Manager app to test Keploy integration capabilities using [SpringBoot](https://spring.io) and [PostgreSQL](https://www.postgresql.org/). +1. [Employee Manager](https://github.com/keploy/samples-java/tree/main/employee-manager) - A sample Employee-Manager app to test Keploy integration capabilities using SpringBoot and PostgreSQL. 2. [Springboot MongoDB](https://github.com/keploy/samples-java/tree/main/spring-boot-mongo) - The application is built purely with Java Spring-Boot that does the complete CRUD in the MongoDB database. This CRUD Application is about managing the data of Magical Potions in the Keploy inventory. -3. [User Manager](https://github.com/keploy/samples-java/tree/main/user-manager) - A sample User-Manager app to test Keploy integration capabilities using [SpringBoot](https://spring.io) and [MongoDB](https://www.mongodb.com/). +3. [User Manager](https://github.com/keploy/samples-java/tree/main/user-manager) - A sample User-Manager app to test Keploy integration capabilities using SpringBoot and MongoDB. 4. [Springboot Postgres GraphQL](https://github.com/keploy/samples-java/tree/main/spring-boot-postgres-graphql) - This is a Spring Boot application implementing a GraphQL service to handle requests related to books and authors. -5. [Springboot PetClinic](https://github.com/keploy/samples-java/tree/main/spring-petclinic) - This is a petclinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy. +5. [Springboot PetClinic](https://github.com/keploy/samples-java/tree/main/spring-petclinic) - This is a Pet Clinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy. ## Community Support ❤️ From f9e12964f584f613a6389a4e4e32f6cff5aeed9a Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Wed, 26 Jun 2024 17:00:17 +0530 Subject: [PATCH 3/3] fixed the Slack URL Signed-off-by: Swapnoneel Saha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05670446..eaf45c03 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repo contains the sample for [Keploy's](https://keploy.io) Java Application Reach out to us. We're here to help! -[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) +[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A) [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/keploy/) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio)