https://github.com/matheusadc/crud-spring
A project that implements CRUD operations using the Spring framework.
https://github.com/matheusadc/crud-spring
h2-database java java-bean-validation jpa-hibernate lombok-maven spring-boot
Last synced: 16 days ago
JSON representation
A project that implements CRUD operations using the Spring framework.
- Host: GitHub
- URL: https://github.com/matheusadc/crud-spring
- Owner: MatheusADC
- Created: 2025-02-18T17:14:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T22:33:02.000Z (about 1 year ago)
- Last Synced: 2025-05-30T17:45:44.397Z (about 1 year ago)
- Topics: h2-database, java, java-bean-validation, jpa-hibernate, lombok-maven, spring-boot
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
A project that implements CRUD operations using the Spring framework.
#
Front-End
[Click here](https://github.com/MatheusADC/crud-angular)
#
Commands
### Run Apache Tomcat Server with clean cache
```
mvn clean spring-boot:run
```
### Run MySQL Container
```
docker compose up -d
```