Simple REST api that I am building in a spring boot course
Clone this repo to your local machine using:
$ git clone [email protected]:mateusgpereira/spring-ws.git
Access the project folder and run the containered mysql database:
$ cd spring-ws
$ docker-compose up -d
- Run the app inside Spring Tool Suite