摘要:
1.为什么要用aop统一打印日志呢,因为使用aop的话 基于aop实现或者elk 在我们的方法的前后实现拦截,减少打印日志代码冗余性的问题 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot 阅读全文
摘要:
1.首先我们需要导入包,并排除springBoot自带的logback文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <exclusion 阅读全文