Spring-Boot application.properties and yml property/file precedence: Interview Experience
Guys, Again sharing one more spring boot interview experience. This is a part 2 of our previous blog we have explained Which file will be used by spring boot if one file(application.properties) is present at your src/main/resources path inside the jar and one more file present parallel to your jar file in file system ? In

Spring-Boot appication.properties file location interview question: Part 1
Guys, Here i wanted to discuss one of the tricky interview quetion related to location of application.properties file for spring-boot and microservice interview. The question is "Which file will be used by spring boot if one file(application.properties) is present at your src/main/resources path inside the jar and one more file present parallel to your jar file

How Spring-Boot autocofiguration works?
Guys, "How Spring-Boot autocofiguration works?" This is a common question you will face in interview for java, microservice interiew. Here is some tips ... How spring-boot will autoconfigure works ? Spring-boot engine will scan your classpath and try to build required beans/configuration based on given configuration/properties. example: If you have added spring-boot-starter-data-jpa dependecy in your