Explore the Spring Boot Annotations.
Also find me here:
Baeldung Author
Attila Fejér
Attila Fejér is a CTO, technical coach, and software crafter with 15+ years in the industry, much of it spent shipping Java systems. He runs Craftosphere, partners at BriX Consulting, and is part of the nWave team - building an AI-augmented development framework that enforces TDD, peer review, and software craftsmanship. He writes Code That Makes Sense, a newsletter for senior engineers navigating AI-assisted development without switching off their brains.
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)
- Core Java (2)
- Testing (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java List (1)
- Jackson (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.