使用Springboot AOP实现接口耗时统计
<!--aop--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>package co.