Spring: YML V/S Properties file
Below are the advantages that we get by preferring .yml files over properties files:- YML…
How to run an alternate Java Class in Spring Boot?
Suppose you want to run a Spring Boot application has some classes with main methods…
What is an advice in Spring Framework AOP in Java?
Advice is a piece of extremely high reusable code that you don't want to write…