A quick and practical overview of Spring Data JPA Projections.
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):
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.
Content Analysis with Apache Tika
Filed under Data
Learn how to detect document types and extract content from documents with Java and Apache Tika.
How to TDD a List Implementation in Java
Learn Test-Driven Development while implementing a List implementation in Java.
Using Conditions with AssertJ Assertions
Filed under Testing
Learn how to use conditions to make your AssertJ tests even more readable.