log4jdbc-spring-boot-starter icon indicating copy to clipboard operation
log4jdbc-spring-boot-starter copied to clipboard

Create condition on property

Open bessdsv opened this issue 6 years ago • 0 comments

Hi. Can you add condition on Log4jdbcAutoConfiguration class? @ConditionalOnProperty( prefix = "log4jdbc", name = {"enable"}, matchIfMissing = false ) Becase this feature must enabled only when it needed

bessdsv avatar Nov 20 '17 16:11 bessdsv