-
Enterprise Java
Spring Boot Centralize HTTP Logging Example
Effective logging is essential for debugging, monitoring, and maintaining applications. Let us delve into understanding how Spring Boot can centralize…
Read More » -
Core Java
Java JDBC executeQuery() DML Error Resolution
In Java JDBC, executing SQL statements incorrectly can lead to runtime errors, such as the common exception Cannot issue data…
Read More » -
Enterprise Java
Hugging Face Models With Spring AI and Ollama Example
Ollama provides a lightweight way to run LLM models locally, and Spring AI enables seamless integration with AI models in…
Read More » -
Core Java
Hibernate Envers – Extending Revision Info with Custom Fields
Hibernate Envers provides automatic auditing of entity changes in Hibernate-based applications. By default, Envers tracks entity modifications with revision numbers…
Read More » -
Enterprise Java
Structured Logging in Spring Boot
Logging is an essential part of application development as it helps in debugging and monitoring. Structured logging enhances traditional logging…
Read More » -
Enterprise Java
Spring AI With Anthropic’s Claude Models Example
Anthropic’s Claude models are powerful AI assistants that can be integrated with Spring AI to build chatbots and AI-powered applications.…
Read More » -
Enterprise Java
Spring Boot SnakeYAML 2.0 CVE-2022-1471 Issue Fixed
SnakeYAML is a widely used Java library for parsing and dumping YAML. However, a critical security vulnerability, CVE-2022-1471, was discovered…
Read More » -
Core Java
How to Share Data Between Steps in Cucumber
Cucumber is a popular BDD (Behavior-Driven Development) framework that helps bridge the communication gap between developers, testers, and business analysts.…
Read More » -
Enterprise Java
Avro: Storing Null Values in Files
Apache Avro is a widely used data serialization system designed for efficient storage and transmission of structured data. It is…
Read More »