Learn how to protect a Spring Boot Jersey application with Spring Social login and OAuth2.
Baeldung Author
Nguyen Nam Thai
I'm a Java EE certified developer, focusing on backend technologies. Over that past few years, I have been working mainly on projects built around Java and MySQL.
Here's what I've written (so far):
Performance Effects of Exceptions in Java
Filed under Java
Java exceptions are considered expensive and shouldn’t be used for flow control. This tutorial will prove that this perception is correct.
Injecting Spring Beans into Unmanaged Objects
Filed under Spring Persistence
Learn how to inject a Spring bean into an ordinary object.
Spring Data JPA Projections
Filed under Spring
A quick and practical overview of Spring Data JPA Projections.
Programmatically Creating Sequences with Project Reactor
Filed under Reactive
Learn how to create sequences with Flux’s generate, create, and handle.
Spring Boot Interview Questions
Filed under Spring Boot
A practical overview of most popular Spring Boot interview questions (with answers).
Spring Null-Safety Annotations
Filed under Spring
A quick and practical guide to null-safety annotations in Spring.
What is a Spring Bean?
Filed under Spring
A quick and practical explanation of what a Spring Bean is.
Integration Testing with Maven
An in-depth guide to configuring and running integration tests using Maven
Java 8 Unsigned Arithmetic Support
Filed under Java
Learn the ins and outs of working with unsigned integers in Java 8 and later.
Guide to the Core Maven Plugins
Filed under Maven
Learn about the core plugins of the Maven build tool.
The Maven Site Plugin
Filed under Maven
Have a look at the Maven site plugin for generating and deploying sites.
The Maven Verifier Plugin
Filed under Maven
Learn how to verify the existence and content of files and directories using the Maven verifier plugin.
The Maven Clean Plugin
Filed under Maven
Have a look at the Maven Clean plugin, used to remove the output of the previous build.
The Maven Deploy Plugin
Filed under Maven
Have a look at the Maven deploy plugin, used to push artifacts to a remote repository.
Quick Guide to the Maven Install Plugin
Filed under Maven
Have a look at the Maven install plugin, used to add artifacts to a local repository.
The Maven Failsafe Plugin
Filed under Maven
Learn how to run integration tests using the failsafe plugin.
Quick Guide to the Maven Surefire Plugin
Filed under Maven
Learn how to run tests in a Maven project using the surefire plugin.
Maven Compiler Plugin
Filed under Maven
Learn how to use the Maven compiler plugin, used to compile the source code of a Maven project.
Maven Resources Plugin
Filed under Maven
Learn about the Maven resources plugin, used to copy files from resource directories to an output directory.