README.adoc

    Spring in Action 5 Sample Code

    This is the sample code for Spring in Action, Fifth Edition, by Craig Walls (https://www.manning.com/books/spring-in-action-fifth-edition).

    There is one folder for each chapter in the book—​except for chapters 11 and 12, which share a source folder—​each containing most or all of the sample code for that chapter.

    This source code is available for download from the book’s page at Manning.com as well as in GitHub at https://github.com/habuma/spring-in-action-5-samples.

    IMPORTANT: Lombok

    To avoid having to write and maintain what is mostly boilerplate Java code, I’ve elected to use Lombok in all of these examples. When building from the command line, using Maven, you shouldn’t encounter any problems, as Lombok is included as part of the build process. But you will very likely encounter issues if you import these projects into your IDE.

    If, after importing the projects into your IDE, you see errors complaining about missing getters, setters, constructors, or log instance variables, it’s because Lombok is not installed in your IDE. These bits of code will be generated by Lombok automatically, but your IDE doesn’t know that and complains that they are missing.

    To fix the errors, simply install Lombok. Lombok has support for most common (and arguably a few uncommon) IDEs, so no matter which IDE you use, you should be covered. See https://projectlombok.org/setup/overview for details on installing Lombok in your IDE.

    项目简介

    Home for example code from Spring in Action 5.

    🚀 Github 镜像仓库 🚀

    源项目地址

    https://github.com/habuma/spring-in-action-5-samples

    发行版本

    当前项目没有发行版本

    贡献者 1

    C Craig Walls @Craig Walls

    开发语言

    • Java 65.0 %
    • HTML 19.5 %
    • TypeScript 9.3 %
    • CSS 4.7 %
    • JavaScript 1.5 %