Skip to content
Java Development Journal
Java Development Journal
  • Guides
    • Spring Security Tutorial
    • Spring Boot
    • REST API with Spring
  • Courses
    • Learn Java Programming
  • Start Here
    • Spring Framework
      • Spring MVC Tutorial
      • Spring Security
    • Interview
      • Spring Interview Questions
      • Spring Boot Interview Questions
      • Spring MVC Interview
      • Java Interview Questions
    • Popular Categories
      • REST
      • Spring Framework
      • Spring Boot
      • Spring MVC
    • Others
      • RSS
  • Interview Questions
  • Online Compilers
    • Online Java Compiler
    • Python Compiler
    • Php Compiler
Java Development Journal
  • Guides
    • Spring Security Tutorial
    • Spring Boot
    • REST API with Spring
  • Courses
    • Learn Java Programming
  • Start Here
    • Spring Framework
      • Spring MVC Tutorial
      • Spring Security
    • Interview
      • Spring Interview Questions
      • Spring Boot Interview Questions
      • Spring MVC Interview
      • Java Interview Questions
    • Popular Categories
      • REST
      • Spring Framework
      • Spring Boot
      • Spring MVC
    • Others
      • RSS
  • Interview Questions
  • Online Compilers
    • Online Java Compiler
    • Python Compiler
    • Php Compiler

Spring Boot

The guide to learn Spring Boot. Hands-on examples. – Basics of Spring Boot.Spring Boot Starter Projects, Spring Initializr, Creating REST Services, Unit and Integration tests, Profiles, Spring Boot Data JPA, Actuator, and Security.

The @ServletComponentScan Annotation in Spring Boot

August 6, 2019 by Manish Sharma

A quick guide to the @ServletComponentScan annotation in Spring Boot. Learn how to use the @ServletComponentScan annotation with embedded container.

Categories Spring Boot

Spring Boot Session Listener

June 26, 2019 by Java Development Journal

A quick guide to the Spring Boot HttpSessionListner. Learn when an how to customize httpsession listern in your Spring Boot application.

Categories Spring Boot

How to Integrate Spring Boot with Hibernate

January 22, 2021May 28, 2019 by Manish Sharma

Step-by-step guide to integrate spring boot with hibernate. Learn how to use Spring Boot auto configuration to quickly setup hibernate for your application.

Categories Spring Boot

Spring Boot With Caffeine Cache

October 20, 2020May 21, 2019 by Java Development Journal

A quick guide to integrate Spring Boot with Caffeine Cache. Learn how to use Caffeine cache with your spring boot application near optimal caching.

Categories Spring Boot

Spring Boot Security Auto-Configuration

June 18, 2020May 7, 2019 by Java Development Journal

A quick and easy guide for the Spring Boot security auto-configuration. Learn how to configure and use spring security with your Spring Boot application.

Categories Spring Boot

Spring Boot Change Context Path

April 23, 2019 by Java Development Journal

A quick guide to change context path in Spring Boot application. Learn different ways to configure context path for your application.

Categories Spring Boot

Configuring Hikari Connection Pool with Spring Boot

December 22, 2023April 16, 2019 by Java Development Journal

A step-by-step guide to configure Hikari with Spring Boot. Learn the steps to use Hikari data source with both Spring Boot 1 and Spring Boot 2.

Categories Spring Boot

Spring Boot With Ehcache

October 20, 2020March 12, 2019 by Java Development Journal

A step-by-step guide to integrate and use Ehcache with Spring Boot application. Learn how to use Ehcache 3 with Spring Boot 2.

Categories Spring Boot

Custom Validation MessageSource in Spring Boot

March 8, 2019 by Java Development Journal

A quick guide to configure custom validation MessageSource in Spring Boot. Learn how to use the Spring build in feature to handle localized messages.

Categories Spring Boot

Spring Boot Rest Example

January 17, 2020March 5, 2019 by Java Development Journal

A step-by-step guide for Spring Boot REST example. Learn the steps to create and build a RESTful web service using Spring Boot.

Categories Spring Boot

Spring Boot Example

May 9, 2020March 1, 2019 by Ayoosh Sharma

A quick guide to create a simple Spring Boot example application. Learn the steps to bootstrap your Spring boot application.

Categories Spring Boot

Dockerizing Spring Boot Application

February 3, 2020February 26, 2019 by Java Development Journal

A quick guide to dockerizing Spring Boot Application. Learn how to dockerize our Spring Boot application using docker file and maven.

Categories Spring Boot

How Spring Boot auto-configuration works

March 25, 2019February 22, 2019 by Java Development Journal

A detailed guide to the Spring Boot auto-configuration. Learn how Spring Boot auto-configuration works internally and use of the @Conditional annotations.

Categories Spring Boot

Send Email Using Spring

August 29, 2020February 15, 2019 by Java Development Journal

A quick guide to send email using Spring. Learn how to use Spring Boot auto-configuration to make it more easy and flexible for the email functionality.

Categories Spring Boot

How to Enable HTTP and HTTPS in Spring Boot

November 6, 2020February 12, 2019 by Java Development Journal

Learn how to enable http and https in Spring Boot. A steps by step guide to configure both http and https for your Spring Boot application.

Categories Spring Boot

Enable https in Spring Boot

February 3, 2020February 8, 2019 by Java Development Journal

A quick guide to enable HTTPS in Spring Boot application. Learn how to create and use self signed SSL certificate for your Spring Boot application.

Categories Spring Boot

Spring Boot logging with application.properties

January 30, 2019January 29, 2019 by Java Development Journal

Learn how to enable Spring Boot logging with application.properties. Learn how to use application.properties file for log configuration and customization.

Categories Spring Boot

Log4j2 with Spring Boot

January 30, 2019January 25, 2019 by Java Development Journal

A quick guide to use Log4j2 with Spring Boot. Learn how to integrate, configure and use Log4j2 in Spring Boot applications.

Categories Spring Boot

Internationalization in Spring Boot

January 6, 2020January 23, 2019 by Java Development Journal

Introduction to internationalization in Spring Boot. Learn how to use build in support from Spring Boot to enable internationalization in your application.

Categories Spring Boot, Spring

Get All Spring Managed Beans

February 3, 2020January 22, 2019 by Java Development Journal

A quick guide to get all Spring managed beans using Spring Boot. Learn how to use command line runner and Spring Actuator to get these Spring managed beans.

Categories Spring Boot
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page5 Next →

Learning Path

  • Algorithms
  • Data Structure
  • Java
  • Design Patterns
  • Spring
  • Spring Boot
  • Spring MVC
  • Spring Security

Popular

  • Spring Security
  • Spring Boot
  • Build REST API
  • Learn Data Structure
  • Java Design Patterns
  • Free Data Tools

About

  • Disclaimer
  • Privacy Policy
  • Join our Team
  • YouTube Channel
  • GitHub
Java Development Journal
Java Development Journal
© 2025 Java Development Jounral