Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ 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 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 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 Pet Clinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy.
## 🧩 Sample Applications

- **[Employee Manager](./employee-manager)** – SpringBoot + PostgreSQL app to manage employees.
- **[SpringBoot MongoDB](./springboot-mongodb)** – Manages Magical Potions inventory via CRUD.
- **[User Manager](./user-manager)** – SpringBoot + MongoDB app for user management.
- **[Postgres GraphQL](./springboot-postgres-graphql)** – GraphQL API for books and authors.
- **[SpringBoot PetClinic](./springboot-petclinic)** – Classic PetClinic with Keploy test/mocks support.


## Community Support ❤️

Expand Down