META-INF.spring.factories Maven / Gradle / Ivy
# Application Listeners
org.springframework.context.ApplicationListener=\
com.wl4g.component.core.logging.EnhancedLoggingApplicationListener,\
com.wl4g.component.core.boot.listener.DefaultLauncherConfigurerApplicationListener
# Application Auto Configuration.
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.wl4g.component.core.boot.DefaultBootstrapAutoConfiguration,\
com.wl4g.component.core.framework.beans.NamingPrototypeBeanAutoConfiguration,\
com.wl4g.component.core.framework.operator.GenericOperatorAutoConfiguration,\
com.wl4g.component.core.framework.proxy.SmartProxyAutoConfiguration,\
com.wl4g.component.core.remoting.RestTemplateAutoConfiguration,\
com.wl4g.component.core.remoting.WebClientAutoConfiguration,\
com.wl4g.component.core.utils.context.SpringContextHolder,\
com.wl4g.component.core.web.error.servlet.ServletErrorAutoConfiguration,\
com.wl4g.component.core.web.error.reactive.ReactiveErrorAutoConfiguration