Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

About

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

Requirements

  1. Java 11
  2. Docker or MySQL running natively

Running

  1. Clone this repo
  2. Git checkout
  3. 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
  4. Start the application by running in the terminal mvn spring-boot:run
  5. Execute the script init.sql inside resources to generate some users
  6. The password for both users is academy

About

Spring Boot 2 Essentials Course by DevDojo Academy

Resources

Stars

29 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors