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