cn.lastwhisper.trace.controller.StatisticsController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trace-spring-boot-starter Show documentation
Show all versions of trace-spring-boot-starter Show documentation
Used to invoke the chain visualization.
The newest version!
package cn.lastwhisper.trace.controller;
import org.springframework.stereotype.Controller;
/**
* 统计
* @author lastwhisper
* @date 2020/4/3
*/
@Controller
public class StatisticsController {
}