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

cn.hippo4j.starter.enable.MarkerConfiguration Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.enable;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * Marker configuration.
 *
 * @author chen.ma
 * @date 2021/7/8 23:30
 */
@Configuration(proxyBeanMethods = false)
public class MarkerConfiguration {

    @Bean
    public Marker dynamicThreadPoolMarkerBean() {
        return new Marker();
    }

    public class Marker {

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy