Correct copy-paste error in log4j config snippet
This commit is contained in:
parent
d3954a1703
commit
8f640c549f
|
|
@ -873,7 +873,7 @@ requires some jiggling with excludes, e.g. in Maven:
|
|||
<artifactId>spring-boot-starter</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue