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

org.nutz.boot.starter.eureka.server.EurekaBootStrapStarter Maven / Gradle / Ivy

There is a newer version: 2.5.1.v20220215
Show newest version
package org.nutz.boot.starter.eureka.server;

import java.util.EventListener;

import org.nutz.boot.starter.WebEventListenerFace;
import org.nutz.ioc.loader.annotation.IocBean;

import com.netflix.eureka.EurekaBootStrap;

@IocBean
public class EurekaBootStrapStarter implements WebEventListenerFace {

    public EventListener getEventListener() {
        return new EurekaBootStrap();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy