Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.MD

Requirements

  • Java 8
  • Maven 3
  • Docker >= 9

IntelliJ Config

  • Install Lombok Plugin

How to run

  • Under the project's directory, run this command to set up MySQL.
docker-compose up -d
  • Compile and start the project with
mvn clean spring-boot:run
{"content":"Hello World"}