Tagged articles

spring-ai

5 articles · Page 1 of 1
The Dominant Programmer
The Dominant Programmer
May 25, 2026 · Artificial Intelligence

Mastering Structured Output in Spring AI: Getting Precise JSON from Large Language Models

This article walks through using Spring AI with Ollama to enforce JSON‑schema‑based structured output for agents, showing why structured responses matter, how Spring AI generates schemas from Java beans, and providing complete runnable code for both basic and advanced tool‑calling scenarios.

AgentFunction CallingJSON Schema
0 likes · 11 min read
Mastering Structured Output in Spring AI: Getting Precise JSON from Large Language Models
ITPUB
ITPUB
Jan 7, 2026 · Backend Development

Step‑by‑Step Guide to Upgrade Spring Boot 3.x to 4.0 Without Pain

This guide walks through upgrading a Spring Boot 3.x project to 4.0, covering Gradle version bump, dependency version catalog updates, modular starter changes, the breaking Jackson 3 package rename, Redisson API adjustments, verification steps, and best‑practice upgrade path to avoid common pitfalls.

GradleRedissonjackson-3
0 likes · 12 min read
Step‑by‑Step Guide to Upgrade Spring Boot 3.x to 4.0 Without Pain
Ubiquitous Tech
Ubiquitous Tech
Aug 21, 2025 · Backend Development

Build a Streamable HTTP MCP Server with Spring AI 1.1

This article walks through creating a Java Spring Boot MCP Server that supports Streamable HTTP using the newly released Spring AI 1.1 snapshot, covering repository setup, Maven dependencies, configuration, service implementation, and verification with example code and screenshots.

MCPMCP Serverbackend
0 likes · 14 min read
Build a Streamable HTTP MCP Server with Spring AI 1.1
Ubiquitous Tech
Ubiquitous Tech
Jul 10, 2025 · Backend Development

How to Extend Spring AI MCP Server for Authentication and Authorization

This article walks through extending a Spring AI MCP Server to add authentication and authorization, comparing header‑based and parameter‑based schemes, showing the required Maven dependency, source code modifications, custom transport provider, interceptor integration, and testing the secured endpoints.

AuthenticationAuthorizationHTTP SSE
0 likes · 11 min read
How to Extend Spring AI MCP Server for Authentication and Authorization