我认为可以通过右键单击下面的屏幕来退出弹出菜单。
我添加了自己的build.gradle,如下所示,但是我想要的依赖项并未删除。
dependencies {
compile ('org.springframework.boot:spring-boot-starter-data-jpa:2.0.5.RELEASE') {
exclude group: 'org.apache.logging', module: 'log4j-to-slf4j'
}
....
....
}
对吗?
答案 0 :(得分:0)
似乎您错过了组名末尾的“ log4j”:“排除组:'org.apache.logging.log4j',模块:'log4j-to-slf4j'”