candrews / log4jdbc-spring-boot-starter

Starter for using Log4jdbc with Spring Boot
Apache License 2.0
77 stars 18 forks source link

Create condition on property #6

Open bessdsv opened 6 years ago

bessdsv commented 6 years ago

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