@ConditionalOnWebApplication @Configuration @ComponentScan(["com.differ.differcore"]) @PropertySource(["classpath:application.properties"]) open class DifferConfiguration
Entire configuration of the Differ.
Creates all the required beans for library life. Links to the project only if the application is a web application.
Author
Vladislav Iusiumbeli
Since
1.0.0
<init> |
Entire configuration of the Differ. DifferConfiguration() |