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

Auto Generate Created and Modified Date Time in Spring Boot

February 11, 2025November 29, 2023 by Coder Sathi

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 Coder Sathi

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 Coder Sathi
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 Coder Sathi
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 Coder Sathi
Set Environment Variable in Tomcat

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 Coder Sathi

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 Coder Sathi

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 Coder Sathi
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

Pagination and Sorting in Spring Boot

February 18, 2025March 21, 2022 by Coder Sathi

Pagination and Sorting in Spring Boot are essential features every developer should understand when working with large datasets in Spring …

Read More Pagination and Sorting in Spring Boot

Create Spring Boot project using Spring Initialzer

January 23, 2023January 8, 2022 by Coder Sathi

In this post, we will learn to create a Spring Boot project using Spring Initializer. Spring initializer is a simple …

Read More Create Spring Boot project using Spring Initialzer

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

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git