JAVA : Spring Boot Features ?
Motivation
These are some of the most important features of the springboot
Autoconfiguration :
if the classes are present in the classpath or JAR are present spring can configure it for you
Ex.
if JPA and hibernate are present spring can configure...
hashcodehub.hashnode.dev2 min read