How to start up an application with a specific profile using Docker.
Baeldung Author
Yavuz Tas
Yavuz is a professional software developer since 2009. He has diverse experience in creating solutions for enterprise-level requirements, mostly specialized in back-end technologies using Java and Spring Framework. He is a strong follower of test-driven development and a seeker of code quality.
Here's what I've written (so far):
Serialize and Deserialize Booleans as Integers With Jackson
Filed under Jackson
Learn how to serialize Boolean values into integers and numeric strings and how to deserialize them back
Guide to Using ModelMapper
Filed under Java
Learn how to map our data between differently structured objects using ModelMapper by creating custom class-to-class mappings with property mappers.
Where Should the Spring @Service Annotation Be Kept?
Filed under Spring
Learn where to put the @Service annotation so that Spring will auto-detect beans during component scanning.
Quick Guide to EntityManager#getReference()
Filed under Persistence
Learn how Hibernate’s EntityManager#getReference method works in various use cases.
The BeanDefinitionOverrideException in Spring Boot
Filed under Spring Boot
Learn about the BeanDefinitionOverrideException in Spring Boot, and how to work with it.
How to Print a Binary Tree Diagram
Filed under Java
Learn how to print a binary tree diagram.