Posts about Spring
Spring AI: Getting Started
How to get started with Spring AI and easily integrate Artificial Intelligence functionality into your Spring Boot application.
JavaFX Weaver: Integration of JavaFX and Spring Boot
JavaFX Tutorial · Part 7/7How to easily integrate JavaFX and Spring Boot using JavaFX Weaver.
How to deploy war files to Spring Boot Embedded Tomcat
How to deploy external WAR files to your Spring Boot Embedded Tomcat.
Deploying Spring Boot app as WAR
How to change your JAR Spring Boot app to be packaged and deployed as WAR without sacrificing direct execution capabilities of embedded app server.
Spring Boot Admin Tutorial
Monitor and manage your Spring Boot apps with a nice UI on top of Spring Boot Actuator endpoints.
Faster Development with Spring Boot DevTools
How to speed up your Spring Boot development even more with DevTools and make it more enjoyable and productive?
Actuator: Spring Boot Production Monitoring and Management
Monitor and manage your application in production with Spring Boot Actuator 2.x. Gather metrics or check health easily.
Detecting build version and time at runtime in Spring Boot
How to obtain artifact version, build time and other build information in a Spring Boot app at runtime?
Spring REST Docs - Test driven documentation of REST API
Test driven REST API documentation as an alternative to traditional Swagger docs.
Getting rid of web.xml in Spring MVC App
From Servlet 3.0 on, web.xml is optional. How to get rid of it in your Spring MVC app and what is the replacement?
Documenting Spring Boot REST API with Swagger and SpringFox
How to document your Spring Boot REST APIs using Swagger with SpringFox?
PostgreSQL’s JSONB type mapping using Hibernate
PostgreSQL 9.4 added support for JSONB data type. Hibernate, however, currently does not support out of the box mapping for it. This post describes how to implement custom mapping for JSONB in Spring Boot application.
Exam Notes – Pivotal Certified Spring Professional
Study materials and an exam review for Pivotal Certified Spring Professional Exam 4.2, with flashcards and study notes.
Exam Notes: Pivotal Certified Spring Web Application Developer
Study materials and an exam review for Pivotal Certified Spring Web Application Developer Exam 4.2, with flash-cards and study notes.
Field Dependency Injection Considered Harmful
Field injection is a very popular practice in Dependency Injection frameworks, such as Spring. It has, however, several serious trade-offs and should generally be avoided.














