An overview of the most common reasons for getting UnsatisfiedDependencyException, and how to fix it
Also find me here:
Baeldung Editor
Predrag Marić
Software Engineer in the core, but also exploring some other IT roles. Trying to keep up with the industry pace, improving the existing knowledge and expanding it along the way.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Java (19)
- Spring (10)
- Spring Boot (8)
- Data (8)
- Java Collections (7)
- Testing (6)
- Java Concurrency (6)
- Persistence (5)
- Java String (5)
- Core Java (5)
- Reactive (4)
- REST (4)
- Java Map (4)
- Java List (4)
- JVM (4)
- Spring MVC (3)
- NoSQL (3)
- Maven (3)
- Java IO (3)
- DevOps (3)
- Cloud (3)
- Algorithms (3)
- Spring Persistence (2)
- Security (2)
- Logging (2)
- Jakarta EE (2)
- HTTP Client-Side (2)
- Architecture (2)
- Spring Web (1)
- Spring Data (1)
- Java Streams (1)
- Java Numbers (1)
- Java Dates (1)
- Jackson (1)
- JSON (1)
- Gradle (1)
Spring Vault
Learn about what Spring has to offer when working with Vault – a popular tool to store and secure secrets
Calculate the Distance Between Two Points in Java
Filed under Algorithms
A quick Java solution for a simple math problem of finding the distance between two points
Synthetic Constructs in Java
Filed under Core Java
Learn about the compiler-added binding code pieces that enable transparent usage of some of Java’s features
Find the Intersection of Two Lines in Java
Filed under Algorithms, Java
A quick take on a Java solution for a simple math problem
Deploying a Spring Boot Application to Cloud Foundry
Learn about the steps necessary to put your application up on Cloud Foundry
Integration Testing with Maven
An in-depth guide to configuring and running integration tests using Maven
Configuring a Hikari Connection Pool with Spring Boot
Filed under Persistence, Spring Boot
Learn how you can configure Hikari CP in your Spring Boot (1 and 2) applications
Spring Component Scanning
Filed under Spring Boot
Learn about the mechanism behind Spring component scanning, and how you can tweak it to your own needs