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

https://github.com/abhishekomp/p1_cucumber_junit5

Cucumber Java JUnit5 project
https://github.com/abhishekomp/p1_cucumber_junit5

cucumber-java datatabletype junit5 parametertype suite

Last synced: 9 months ago
JSON representation

Cucumber Java JUnit5 project

Awesome Lists containing this project

README

          

# User Service Project

A simple Java service for user registration and notifications.

## Features

- Register new users
- Send notifications to users

## Technologies

- Java
- Maven

## Project Structure

- `src/main/java/org/example/services/` \- Service classes
- `src/test/java/org/example/services/` \- Test classes

## Getting Started

### Prerequisites

- Java 17 or higher
- Maven 3.6+

### Build

```sh
mvn clean install

mvn test