Skip to content

Commit 41d80bc

Browse files
author
Dave Syer
committed
Fix spring.factories
1 parent 23991dd commit 41d80bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot/src/main/resources/META-INF/spring.factories

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ org.springframework.boot.env.PropertySourceLoader=\
33
org.springframework.boot.env.PropertiesPropertySourceLoader,\
44
org.springframework.boot.env.YamlPropertySourceLoader
55

6-
# Run Participants
7-
org.springframework.boot.SpringApplicationRunParticipant=\
8-
org.springframework.boot.context.event.EventPublishingRunParticipant
6+
# Run Listeners
7+
org.springframework.boot.SpringApplicationRunListener=\
8+
org.springframework.boot.context.event.EventPublishingRunListener
99

1010
# Application Context Initializers
1111
org.springframework.context.ApplicationContextInitializer=\

0 commit comments

Comments
 (0)