Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steelcityamir/effective-testing-in-spring-boot-3


https://github.com/steelcityamir/effective-testing-in-spring-boot-3

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Java CI with Gradle](https://github.com/codebyamir/effective-testing-in-spring-boot-3/actions/workflows/gradle.yml/badge.svg)](https://github.com/codebyamir/effective-testing-in-spring-boot-3/actions/workflows/gradle.yml)
[![codecov](https://codecov.io/gh/codebyamir/effective-testing-in-spring-boot-3/graph/badge.svg?token=EZRPG6MC5D)](https://codecov.io/gh/codebyamir/effective-testing-in-spring-boot-3)
# Effective Testing in Spring Boot 3

This is the reference application for my eBook "Effective Testing in Spring Boot 3".

The application provides a REST API for a standard eCommerce site with features such as product search, cart management, and order placement.

## Technologies
- Java 21
- Spring Boot 3.2.4
- H2 database

## Clone the repository

```bash
git clone https://github.com/codebyamir/effective-testing-in-spring-boot-3.git
cd effective-testing-in-spring-boot-3
```

## Running tests

```bash
./gradlew clean test
```