maven dependency全局排除

1、场景示例 想把springboot项目的日志实现改成log4j2:web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j2</artifactId> </dependency> 而springboot默认的日志实现为logback,发现p
相关文章
相关标签/搜索