https://github.com/pplmx/jpa-demo
https://github.com/pplmx/jpa-demo
java jpa
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pplmx/jpa-demo
- Owner: pplmx
- Created: 2023-05-26T10:36:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T10:06:18.000Z (6 months ago)
- Last Synced: 2026-01-27T22:36:35.049Z (6 months ago)
- Topics: java, jpa
- Language: Java
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```