Spring Boot

Topics 

  • What is and Why Spring Boot? 
  • Getting started with Spring Boot 
  • Building a Web app using Spring Boot 
  • Auto-configuration 
  • SpringApplication class 
  • External configuration 
  • Actuator 
  • Misc. features

What is & Why Spring Boot?

Things You Need for Building Web App 

  • Build tool (Maven, Gradle, Ant) 
  • Spring MVC 
  • JPA (+ Spring Data) 
  • JSP (or Thymeleaf)
  • Database server (MySQL) 
  • App server (Tomcat, Jetty) 
  • SLF4J + Logback 
  • JUnit, Spring Test 
  • ...

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.