News

A naïve API that adds 2 numbers and returns the sum for you. The logging Aspect detects both the execution time and the return value. Logging output may look like this: 2021-05-31 20:00:30.998 INFO ...
It's the continuation of the previous Spring Boot source weaving example. The load-time weaving is a type of binary weaving where compiled Java classes are taken as ... THe load-time weaving is useful ...
The example might be familiar if you read my recent intro to HTMX for Java with Spring ... work on just one aspect of the application. To start, we’ll create a new Spring Boot project from ...