摘要:
數(shù)據(jù)準(zhǔn)備 @RestController @RequestMapping("/api") @Slf4j public class HealthController { @GetMapping("/health") public String health(@RequestBody TestVO te 閱讀全文
摘要:
數(shù)據(jù)準(zhǔn)備 定義一個(gè)AOP攔截器來(lái)打印日志,在接口執(zhí)行完和執(zhí)行拋異常時(shí)都會(huì)打印 @Slf4j @Aspect @Component public class ApiLogAspect { @Around("@annotation(com.imooc.ApiLog)") public Object do 閱讀全文