Spring Boot Reference

Spring Boot is an open-source Java framework used for programming standalone, production-grade Spring-based applications with a bundle of libraries that make project startup and management easier.
Running your Spring Boot apps with the bundled Tomcat container can make your deployments much easier, but only HTTP is enabled by default. Read on to find out how to enable AJP for better performance and stability.
Why does IntelliJ tell you that "Field Injection is not Recommended"? Read on to find out.
With so many different layers between the client and your Spring Boot app, it can be difficult to determine what the actual client IP address is. Read on to find out how.
Find out how to read resource files in your Spring Boot application that you've bundled in the WAR deployment file.
More Technical References:
A collection of Linux tips and tricks.
A collection of Macintosh tips and tricks.
A collection of PowerShell tips and tricks.
A collection of SQL Server tips and tricks.
A collection of Gradle tips and tricks.