Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 419 Bytes

Spring Boot Logo

spring-ws

Simple REST api that I am building in a spring boot course

Clone

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