org.testmonkeys.cucumber.spring.logback.CucumberSpringLoggingConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-spring-logback Show documentation
Show all versions of cucumber-spring-logback Show documentation
Logback integration library for cucumber spring
package org.testmonkeys.cucumber.spring.logback;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan("org.testmonkeys.cucumber.spring.logback")
public class CucumberSpringLoggingConfiguration {
}