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

https://github.com/pplmx/jpa-demo


https://github.com/pplmx/jpa-demo

java jpa

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Delete by Cascade Using Spring Data JPA

## Prerequisites

> install Java 20 or higher with your package manager

e.g.

```shell
# For Windows with Scoop
scoop install openjdk20
```

## Run the application

```shell
make run

# or
./gradlew bootRun
```

## Run tests

```shell
make test

# or
./gradlew test
```