org.nutz.boot.starter.zbus.ZbusIocLoaderStarter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutzboot-starter-zbus Show documentation
Show all versions of nutzboot-starter-zbus Show documentation
NutzBoot, micoservice base on Nutz
package org.nutz.boot.starter.zbus;
import org.nutz.boot.ioc.IocLoaderProvider;
import org.nutz.integration.zbus.ZbusIocLoader;
import org.nutz.ioc.IocLoader;
public class ZbusIocLoaderStarter implements IocLoaderProvider {
public IocLoader getIocLoader() {
return new ZbusIocLoader();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy