首页>代码>spring boot+aop实现注解拦截异常日志和接口响应所用时间日志>/logaop/src/main/java/com/singhand/controller/LogController.java
package com.singhand.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.singhand.service.LogService; @RestController public class LogController { @Autowired private LogService logService; @RequestMapping(value="getThrowLog") public String getThrowLog(){ try { logService.logTest(); } catch (Exception e) { } return "返回参数"; } @RequestMapping(value="getTime") public String getTime(){ try { logService.logTime(); } catch (Exception e) { } return "返回参数"; } }
最近下载更多
fellowfun LV12
2023年3月16日
长安不测字 LV2
2021年6月16日
LKBBDD LV7
2020年10月13日
zaizai21312 LV10
2020年6月12日
gy964781920 LV5
2020年6月8日
一蓑烟雨 LV11
2020年5月4日
wsx456521 LV10
2020年4月27日
jw1992 LV6
2020年2月20日
liuwenlong LV20
2019年12月28日
崔牛逼 LV8
2019年6月18日
最近浏览更多
漫步的海星 LV4
2023年9月21日
kk992127170 LV6
2022年10月25日
fellowfun LV12
2022年10月19日
小翊杭宝 LV2
2022年6月9日
543666826 LV33
2022年3月11日
等你归来 LV2
2022年3月1日
huaua7676 LV30
2021年12月10日
zzzzzzzzhasdas LV13
2021年11月9日
长安不测字 LV2
2021年6月16日
ma406805131 LV15
2021年3月11日