News

AI, LLMs, MCP and Spring Boot. Whether you're a Java programmer curious about how to integrate LLM-based applications into your local data stores, or a Spring Boot developer who wants to integrate ...
How to connect to OpenAI in Java. To connect a Spring Boot Java app to OpenAI's gpt-4o model, follow these simple steps: Create an OpenAI key and set up billing. Create a Spring Boot application that ...
Could HTMX be the glue that finally delivers on the promise of Java-centric Ajax? Let's find out with this example app based on HTMX, Spring Boot, and Thymeleaf.
In the first part of this tutorial, we created a Todo application with a React front end and a Spring Boot back end.In the second part, we added a local MongoDB instance for storage.Now we’ll ...
This project is a template for a Spring Boot application with complete authentication and API CRUD operations. It includes features such as user signup with email verification, login, password reset, ...