§ article
Inside Spring Boot /actuator/health Endpoint
Understanding what happens when you call /actuator/health of your Spring Boot application.
3 articles.
Understanding what happens when you call /actuator/health of your Spring Boot application.
This note explores the theory behind AI Agent function calling and dives into how Spring AI implements it.
Since Spring Boot 3.4.0, `@MockBean` and `@SpyBean` annotations in `spring-boot-test` are deprecated. In favor of `@MockitoBean` and `@MockitoSpyBean` annotations from `spring-test`.