Learn about the Spring Boot Configuration Processor and the associated JSON metadata files that document each property’s meaning, constraints, and so on.
Baeldung Author
Dionis Prifti
I'm a Software Engineer specialized in Java web development with Spring, been working in complex enterprise systems for the past 5+ years. I'm passionate about creative writing, whenever I have some time I continue with my short stories.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (2)
- Core Java (2)
- Spring Persistence (1)
- Spring Data (1)
- Algorithms (1)
Spring Data JPA Delete and Relationships
Filed under Spring Data
Explore different ways to delete entities in Spring Data JPA.
Spring Boot with Hibernate
Filed under Spring Boot, Spring Persistence
A quick, practical intro to integrating Spring Boot and Hibernate/JPA.
Implementing Simple State Machines with Java Enums
Filed under Core Java
Learn how to use Java Enums to build simple state machines
Java Compound Operators
Filed under Core Java
Learn how compound operators work in Java
Quicksort Algorithm Implementation in Java
Filed under Algorithms
Explore the details of the QuickSort algorithm, focusing on the Java implementation.