What’s the “principal” in Spring Security?
Spring Security defines the notion of a principal, the currently logged-in user. When a user authenticates successfully, the principal is […]
Spring Security defines the notion of a principal, the currently logged-in user. When a user authenticates successfully, the principal is […]
Developers are constantly on the lookout for app development tools or frameworks that can make their job easier and reduce
The modern Java developer is expected to take on a variety of tasks. Engineers are increasingly required to participate in
To send an email using SMTP in Spring MVC or Spring Boot projects is pretty simple. In this post, I
In this post, I am going to share two easy ways to change the tomcat port in Spring Boot projects.
Whether you are starting up or already into business, there will be a requirement for building some software to automate
In this post, I am going to share how to show Hibernate SQL queries on the console log while running
A one-to-many association between the entities in JPA can be achieved using either of the @ManyToOne or a @OneToMany annotations in Spring
@RequestParam in Spring Boot: By default, parameters with @RequestParam annotation are required. If you fail to provide parameters to such
IntelliJ IDEA is the best Java IDE available today. It has many features that the Java developers find very handy.