Spring boot 使用Slf4j 日志

1.安装插件:lombok

2.使用类添加注解:@Slf4j

3.方法内使用:log.info("Response值{}:",JSONObject.toJSONString(apiResponse.getData()));

 

posted @ 2019-10-08 18:37  测试一枚  阅读(293)  评论(0编辑  收藏  举报