Spring Boot

[EN] Spring Boot meets AI: How to build your own MCP server with Java
[EN] Spring Boot meets …

When we currently talk about the Model Context Protocol (MCP), TypeScript or Python usually dominates the timeline. But what about us Java developers?

[EN] Never 'Works on my Machine' again: database testing done right
[EN] Never 'Works on my …

“But locally everything went green!”

We all know this pain: your pipeline is green, your tests run locally in milliseconds. You deploy to staging or production – and it works. SQLSyntaxErrorException. Or worse: data is stored incorrectly.

[EN] The Outbox Pattern: No more data loss in microservices
[EN] The Outbox Pattern: …

In our previous articles about SAGA and CQRS we have tacitly assumed one thing: