serodriguez68 / spring-boot-2-java-notes

Notes and sample application for building Spring Boot 2 Java applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains 3 things:

  1. A summary of the Learning Spring with Spring Boot course from LinkedIn Learning.
  2. A summary of the Spring Boot 2 Essential Training course from LinkedIn Learning.
  3. A sample Spring Boot 2 project filled with comments that explain how the different parts of Spring boot work. These comments contain knowledge extracted from the 2 courses above.

Learning Spring with Spring Boot

Spring Boot 2 Essential Training

To run the sample application

  1. cd ./bin > ./start_postgres.sh to run postgres inside a docker container
  2. Set the IntelliJ Runner environment variable to spring.profiles.active=dev
  3. Run the application
  4. Visit localhost:8000
  5. Use the credentials user and password to log in.

About

Notes and sample application for building Spring Boot 2 Java applications


Languages

Language:Java 72.9%Language:HTML 21.4%Language:JavaScript 3.9%Language:Shell 1.5%Language:CSS 0.2%