LAPTOP-KB9HII50\70708 86cd01b830 代码修改 il y a 2 ans
..
src a555f729c3 冲突 il y a 6 ans
pom.xml 86cd01b830 代码修改 il y a 2 ans
readme.MD a5ef5e51bf 服务追踪 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>