Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

spring-boot

Send Java Object as Request Parameter Using Feign Client

February 4, 2025July 10, 2024 by Yuba Raj Kalathoki

When working with Spring Boot and Spring Cloud, Feign clients make it easy to communicate with other microservices. However, passing …

Read More Send Java Object as Request Parameter Using Feign Client

Spring Data REST example.

February 4, 2025February 13, 2024 by Yuba Raj Kalathoki

Developing a RESTful API can be a complex task, involving the creation of multiple layers such as controllers and services. …

Read More Spring Data REST example.

Auto Generate Created and Modified Date Time in Spring Boot

February 11, 2025November 29, 2023 by Yuba Raj Kalathoki

In Spring Boot, managing timestamps for data auditing is simplified with Spring Data JPA’s auditing features. By using the @CreatedDate …

Read More Auto Generate Created and Modified Date Time in Spring Boot

Spring Data JPA Projection

November 9, 2024November 21, 2023 by Yuba Raj Kalathoki

Spring Data JPA has become a cornerstone for Java developers, simplifying the way data is accessed and managed in relational …

Read More Spring Data JPA Projection

How to implement Factory Method Design Pattern in Spring Boot?

October 2, 2023July 21, 2022 by Yuba Raj Kalathoki
Factory Method Pattern Spring Boot

In this post, we will learn to implement a factory method pattern in Spring Boot. This Factory Method Design Pattern …

Read More How to implement Factory Method Design Pattern in Spring Boot?

MongoCollection in Spring Boot

September 14, 2023July 9, 2022 by Yuba Raj Kalathoki
check MongoDb database size

In this post, we will learn to use a MongoCollection instance for database operations in the Spring Boot application. We …

Read More MongoCollection in Spring Boot

Set Environment Variable in Tomcat

September 14, 2023July 6, 2022 by Yuba Raj Kalathoki
tomcat logo

In this post, we will learn to set environment variables in the tomcat configuration file so that when the application …

Read More Set Environment Variable in Tomcat

Logging MongoDB Queries in Java?

March 7, 2024July 5, 2022 by Yuba Raj Kalathoki

In this post, we will learn to enable logging MongoDB queries in Java. For this example, we need a MongoDB …

Read More Logging MongoDB Queries in Java?

Spring Boot Circular Dependency Error

November 22, 2024June 1, 2022 by Yuba Raj Kalathoki

What is a circular dependency? The circular dependency error occurs when a bean type A is dependent on B and …

Read More Spring Boot Circular Dependency Error

Multipart File Upload Spring Boot

September 13, 2022March 24, 2022 by Yuba Raj Kalathoki
upload multipart file spring boot

In this post, we will learn to upload a Multipart File using Spring Boot. If you want to learn how …

Read More Multipart File Upload Spring Boot

Older posts
Newer posts
← Previous Page1 Page2 Page3 Next →
+ Load More Post

Recent Posts

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git