File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ jredis.log
17
17
* .ipr
18
18
* .iws
19
19
.sts4-cache
20
+ .factorypath
Original file line number Diff line number Diff line change 40
40
<artifactId >spring-boot-starter-log4j2</artifactId >
41
41
</dependency >
42
42
43
+ <dependency >
44
+ <groupId >org.springframework</groupId >
45
+ <artifactId >spring-jcl</artifactId >
46
+ <version >5.2.4.BUILD-SNAPSHOT</version >
47
+ </dependency >
48
+
43
49
<dependency >
44
50
<groupId >org.springframework.boot</groupId >
45
51
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <Configuration >
2
+ <Configuration packages = " org.springframework.amqp.rabbit.log4j2 " >
3
3
<Appenders >
4
4
<Console name =" STDOUT" target =" SYSTEM_OUT" >
5
5
<PatternLayout pattern =" %m%n" />
You can’t perform that action at this time.
0 commit comments