Explore the Spring Boot Annotations.
Also find me here:
Baeldung Author
Attila Fejér
Software Engineering Expert & Technical Coach - Java, software craftsmanship, and cloud architecture. An accomplished trainer, mentor, coach, and author. Experienced leader with a track record of improving team performance. In his freetime, he likes to play on the guitar, play with his dogs, or go on a hike.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring MVC (4)
- Spring Data (2)
- Spring (2)
- REST (2)
- JVM (2)
- JPA (2)
- Testing (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java List (1)
- Java (1)
- Jackson (1)
- Core Java (1)
- Algorithms (1)
Spring Data Annotations
Filed under Spring Data
Learn about the most important annotations we need to handle persistence using the Spring Data project
Working with Boolean in Thymeleaf
Filed under Spring MVC
Take a look at how to work with boolean values in Thymeleaf.
Baeldung on Computer Science
- All
- Programming (5)
- Core Concepts (1)
Code Smells
Filed under Programming
Explore ideas how to prevent a codebase’s quality from decreasing.
Refactoring
Filed under Programming
Learn that refactoring is a natural and essential part of a software’s evolution
What Does It Mean to Program to Interfaces?
Filed under Programming
A quick and practical introduction to programming to an interface.
Object-Oriented vs Functional Programming
Filed under Programming
Learn about object-oriented and functional programming and discover that they are not mutually exclusive.
The General Concept of Polymorphism
Filed under Core Concepts
Learn what polymorphism is with examples.
Object-Orientation in the Real World
Filed under Programming
Explore the core concepts behind the object-oriented programming.