Skip to content

This repo contains the examples for the book "Spring Architectures with Spring 5"

Notifications You must be signed in to change notification settings

kriketti/spring-architectures-with-spring

 
 

Repository files navigation

spring-architectures-with-spring

This repo contains the examples for the book "Spring Architectures with Spring 5"

Note:

The code for the examples is using lombok to avoid verbose code. In order to avoid facing issues please follow these steps:

Enable annotation processing in IntelliJ

  • Go to Preferences (Ctrl + Alt + S)
  • Build, Execution, Deployment
  • Compiler
  • Annotation Processors
  • Enable annotation processing

Install the lombok plugin

  • Go to Preferences -> Plugins
  • Search for "Lombok Plugin"
  • Click Browse repositories...
  • Choose Lombok Plugin
  • Install
  • Restart IntelliJ

About

This repo contains the examples for the book "Spring Architectures with Spring 5"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.4%
  • HTML 8.7%
  • Groovy 6.3%
  • CSS 1.3%
  • Other 0.3%