Learn how to build Model Context Protocol (MCP) servers using Spring AI framework. This hands-on guide showcase an MCP server that provides Java conference data as a tool to LLMs
Spring Boot Actuator is a powerful tool that allows you to monitor and manage your Spring Boot application. In this blog post, we explore the Actuator library and show you how to expose metrics and information through HTTP endpoints. We also cover configuration options and provide examples of how to use Actuator to create a monitoring admin dashboard.
We have seen in the previous post basic JWT concepts and how to implement and perform security layer in our Spring Boot Application. In this post, we will stay on the same topic ...
A few months, I had a discussion with a team colleague concerning securing Rest services in spring boot and the way to manage users Authentication/Authorization. The first thing that jumped to our conversation was the JWT ...