News
Integrate Spring Boot Actuator with Prometheus
As I introduced Spring Boot’s Actuator tool in the previous tutorial, it allows us to monitor our application in a production environment. You can integrate Spring Boot Actuator with Prometheus to query application-related information. How do we do that? Let’s find out together in this… Read More
Building an MCP Server using Spring AI MCP Server Starter
I’ve introduced you to the Model Context Protocol (MCP), which allows LLM models to access data after the cut-off point or personal data using a common standard. There are many pre-built MCP servers available. If you want to build your own MCP server using Java,… Read More