Skip to content

theagoliveira/spring5-jokes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Framework — Jokes Application

Project from the online course Spring Framework 5: Beginner to Guru by John Thompson — Section 4.

Contents

  • Introduction to Building a Spring Boot Jokes App
  • Creating the Spring Boot Project
  • Adding Maven Dependencies
  • Creating the Spring Service Layer
  • Creating the Spring MVC Controller
  • Creating the View Layer
  • Tips and Tricks - Custom Banner

Project Summary

  • Project: Maven
  • Java: 11
  • Spring Boot: 2.4.5
  • Dependencies
    • Thymeleaf
    • Spring Web
    • Chuck Norris Quote Generator for Spring Boot Actuator
    • Spring Boot Starter Test
    • Spring Security
    • Bucket4j
    • Spring cache abstraction
    • Ehcache
  • Plugins
    • Spring Boot Maven Plugin
    • Heroku Maven Plugin

Deployment

App deployed on Heroku