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

How to write Unit Test for Controller layer in Spring Boot?

February 16, 2024January 7, 2022 by Coder Sathi
git change remote url

In this post, we will learn to write a Unit Test for the Controller layer of our spring boot application. …

Read More How to write Unit Test for Controller layer in Spring Boot?

Disable Spring Security for Specific Profile

January 16, 2023April 9, 2021 by Coder Sathi
Disable Spring Security to a specific profile

Overview In this post, we will learn to disable spring security for a specific profile and enable it for others. …

Read More Disable Spring Security for Specific Profile

Difference between @PathVariable and @RequestParam

February 20, 2024January 15, 2021 by Coder Sathi
git change remote url

Overview In this post, we will learn the difference between @PathVariable and @RequestParam. These both can be used to send …

Read More Difference between @PathVariable and @RequestParam

How to use self-signed SSL certificate in Spring Boot application?

September 14, 2023December 23, 2020 by Coder Sathi
How to use self-signed SSL certificate in Spring Boot application?

Overview In this tutorial, we will be using a self-signed certificate for our spring boot application so that we can …

Read More How to use self-signed SSL certificate in Spring Boot application?

Newer posts
← Previous Page1 Page2 Page3
+ 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
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git