We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23991dd commit 41d80bcCopy full SHA for 41d80bc
spring-boot/src/main/resources/META-INF/spring.factories
@@ -3,9 +3,9 @@ org.springframework.boot.env.PropertySourceLoader=\
3
org.springframework.boot.env.PropertiesPropertySourceLoader,\
4
org.springframework.boot.env.YamlPropertySourceLoader
5
6
-# Run Participants
7
-org.springframework.boot.SpringApplicationRunParticipant=\
8
-org.springframework.boot.context.event.EventPublishingRunParticipant
+# Run Listeners
+org.springframework.boot.SpringApplicationRunListener=\
+org.springframework.boot.context.event.EventPublishingRunListener
9
10
# Application Context Initializers
11
org.springframework.context.ApplicationContextInitializer=\
0 commit comments