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

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.

Awesome Lists containing this project

README

          

# Spring Boot icon Description
A project that implements CRUD operations using the Spring framework.

# page icon Front-End
[Click here](https://github.com/MatheusADC/crud-angular)

# terminal icon Commands
### Run Apache Tomcat Server with clean cache
```
mvn clean spring-boot:run
```

### Run MySQL Container
```
docker compose up -d
```