Posts for: #Springboot

Custom Spring Boot Banners

Spring Boot Banners

In this endpoint of internet, we’ll explore how to create a custom banner in a Spring Boot application.

Image Description

Overview

When a Spring Boot application starts, it prints a banner, a visual representation, or text (often with ASCII graphics or branding information). The banner is a way to provide a more engaging and informative startup experience for developers and users such as the application name, version, or any other relevant data.

Read more →

Hibernate Notes

List of Challenges in Hibernate Solves in ORM

  1. Problem of Identity

  2. Problem of Granularity

  3. Problem of Inheritance

  4. Problem of Associations

  5. Problem of Navigation

  6. Problem of Object Lifecycle

  7. Problem of Data Duplication

  8. Problem of Lazy Loading / Performance

  9. Problem of Object Graphs and Cycles

  10. Problem of Data Type Mismatch

  11. Problem of Transactions

  12. Problem of Concurrency

  13. Problem of Querying

  14. Problem of Cascading Operations

  15. Problem of Batching & N+1 Queries

  16. Problem of Schema Evolution

Read more →