Progr1mmer 94b08d90a1 公共方法,异常处理类 il y a 6 ans
..
src 94b08d90a1 公共方法,异常处理类 il y a 6 ans
pom.xml 94b08d90a1 公共方法,异常处理类 il y a 6 ans
readme.MD 94b08d90a1 公共方法,异常处理类 il y a 6 ans

readme.MD

svr-logServer

分布式跟踪系统
ui地址 :localhost:9411

配置需要跟踪的系统

添加maven支持即可

        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-sleuth</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-sleuth-zipkin</artifactId>
        </dependency>