/poc-spring-data

This is a simple poc using spring-data

Primary LanguageJavaApache License 2.0Apache-2.0

Overview

This is a simple poc using spring-data

Pre Requirements

  • Docker
  • Docker Compose

Setup

To start the application we need to stat the MySQL first, running the command below:

docker-compose up -d

Then, start the application, running the command below:

mvn clean spring-boot:run