This repo represents what we explained in the training available in this playlist on YouTube.
Each video in that playlist is in a different branch, named ‘video<#number>’. Checkout the latest video branch to get the ‘last state’ of the project.
The content of this repo is for training, don’t blindly copy and paste in a code that will go to production
- Java 11
- Docker or MySQL running natively
- Clone this repo
- Git checkout
- In the terminal run
docker-compose up
if you don’t have a database running on 3306. If you do, configure the application.yml file to connect to the running database - Start the application by running in the terminal
mvn spring-boot:run
- Execute the script
init.sql
insideresources
to generate some users - The password for both users is
academy