Learn how to transform a String into a Date in the Groovy language, paying attention the peculiarities between the specific versions.
Also find me here:
Baeldung Author
Andrea Ligios
A passionate developer with 18+ years of experience specialized in Full Stack Web Development, mainly in the Java ecosystem. Side-jobbing as a Technical Interviewer for Randstad/HiveJobs, R-Everse, and Reallyzation. StackOverflow Trusted User.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (4)
- Programming (2)
- Spring Boot (1)
- Maven (1)
- Logging (1)
- Java Map (1)
- JSON (1)
- Guava (1)
- Data (1)
Blade – A Complete Guidebook
Filed under Java, Programming
Explore a complete guidebook for a tiny Java 8+ MVC framework called Blade.
Use the Latest Version of a Dependency in Maven
Filed under Maven
Learn how to systematically keep Maven dependencies up to date
Lombok @Builder with Inheritance
Filed under Java
Learn how to deal with the @Builder annotation when inheritance is involved.
Logging in Spring Boot
Filed under Logging, Spring Boot
Learn how to easily configure the most popular logging solutions in a Spring Boot application.
Exclude Fields from Serialization in Gson
Explore the options available to exclude fields from serialization in Gson.
How to Store Duplicate Keys in a Map in Java?
A quick and practical guide to handling duplicate keys by using multimaps in Java.
Handling Daylight Savings Time in Java
Filed under Java
Learn how to account for DST in Java.
A Practical Guide to DecimalFormat
Filed under Java
Explore the Java’s DecimalFormat class along with its practical usages.
Baeldung on Linux
- All
- Installation (1)
- Files (1)
- File Compression (1)
How Do I Zip/Unzip on the Unix Command Line?
Filed under File Compression, Files
Explore the most popular archiving software in Unix.
A Guide to Yum and Apt
Filed under Installation
Explore the concepts related to YUM and APT, as well as the practical usage of their main commands.
Baeldung on Ops
- All
- Docker (1)
Introduction to Docker Compose
Filed under Docker
Learn about Docker Compose’s main features using a simple example