All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.fengwk.convention4j.springboot.starter.tracer.ConventionSpanAspectAutoConfiguration Maven / Gradle / Ivy

package fun.fengwk.convention4j.springboot.starter.tracer;

import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.EnableAspectJAutoProxy;

/**
 * @author fengwk
 */
@EnableAspectJAutoProxy
@AutoConfiguration
public class ConventionSpanAspectAutoConfiguration {

    @Bean
    public ConventionSpanAspect spanAspect() {
        return new ConventionSpanAspect();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy