I just modified spring boot configuration, and encountered
@ConditionalOnProperty(prefix = \"spring.social.\", value = \"auto-connection-views\")
>
Rather, it is the opposite. A precondition for implementing the method, if the property is set in the environment (development, approval, production) and is true value with the method can be executed.
If the property is not set in the environment annotation not prevented the execution of the method.