John Thompson
John Thompson
I have the following test, which works okay under Maven & Spring Boot 2.x. AuthorDao bean fails to load when running under Maven and Spring Boot M3. Works as expected...
Is Spring Framework 6 / Spring Boot 3 Supported? I'm trying to use logbook with Spring Boot 3 - M4 (Spring MVC) and I am not getting any log output....
Getting started post about using Spring Shell Show an example of getting info from a public API (Google stock quote?)
Introductory post about Spring State Machine. Josh Long has a great video on Spring's YouTube channel about Spring State Machine.
Explain recommended Spring Boot project structure - https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-structuring-your-code.html **Note:** This should link back to the Maven Standard Directory post.
Blog post looking at best practices around the use of Java 8 Optional
Create post about migrating Spring Boot to Java 11. This post has good content - https://dzone.com/articles/migrating-springboot-applications-to-latest-java-v Skip the discussion about the Java release cycle & OpenJDK. Also skip IDE info....
Post to show how to use Hibernate interceptors. Explain what they are, and how to use. Example from one of my projects: ```java @Component public class OrderHeaderInterceptor extends EmptyInterceptor {...