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

org.nutz.boot.starter.servicecomb.ServiceCombStarter Maven / Gradle / Ivy

There is a newer version: 2.5.1.v20220215
Show newest version
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