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

com.taobao.arthas.grpc.server.ArthasGrpcBootstrap Maven / Gradle / Ivy

The newest version!
package com.taobao.arthas.grpc.server;

/**
 * @author: FengYe
 * @date: 2024/10/13 02:40
 * @description: ArthasGrpcServerBootstrap
 */
public class ArthasGrpcBootstrap {
    public static void main(String[] args) {
        ArthasGrpcServer arthasGrpcServer = new ArthasGrpcServer(9090, null);
        arthasGrpcServer.start();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy