Bonded Context in Microservices
Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business system to small bounded contexts; each bounded context has its…
Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business system to small bounded contexts; each bounded context has its…
Below are the advantages that we get by preferring .yml files over properties files:- YML Config File Properties Config File Numbering is not required for lists Numbering required for lists…
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.
Advice is a piece of extremely high reusable code that you don’t want to write everywhere in your code. Advices are applied at multiple places with the help of regex,…