org.nutz.boot.starter.servicecomb.ServiceCombStarter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutzboot-starter-servicecomb Show documentation
Show all versions of nutzboot-starter-servicecomb Show documentation
NutzBoot, micoservice base on Nutz
package org.nutz.boot.starter.servicecomb;
import org.apache.servicecomb.foundation.common.utils.BeanUtils;
import org.nutz.boot.starter.ServerFace;
import org.nutz.ioc.loader.annotation.IocBean;
@IocBean
public class ServiceCombStarter implements ServerFace {
public void start() throws Exception {
BeanUtils.init();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy