Learn about the usage of @EntityScan and @ComponentScan annotations and their differences.
Also find me here:
Baeldung Author
Maja Joksovic
I'm a senior software engineer with 8+ years of experience and a Master's degree in Information Systems. During my career, I participated in the development of many successfully launched applications as a back-end developer, mostly using Java and related technologies.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- Spring (1)
- Security (1)
- Persistence (1)
- HTTP Client-Side (1)
Adding Parameters to Apache HttpClient Requests
Filed under HTTP Client-Side
Learn how to add parameters to HttpClient requests.
Where Does H2’s Embedded Database Store The Data?
Filed under Persistence
Learn how to configure the location of the H2 database files.
SSH Connection With Java
Learn how to establish an SSH connection with Java using two of the available Java libraries – JSch and Apache Mina SSHD.
Copy a Directory in Java
Filed under Java
Learn how to copy a directory using core Java features and third-party libraries