From 41d80bc031978724606885c898dd590f1b0d59f0 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 20 Feb 2014 10:54:01 +0000 Subject: [PATCH] Fix spring.factories --- spring-boot/src/main/resources/META-INF/spring.factories | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot/src/main/resources/META-INF/spring.factories b/spring-boot/src/main/resources/META-INF/spring.factories index a65a237950..88e62a7cb0 100644 --- a/spring-boot/src/main/resources/META-INF/spring.factories +++ b/spring-boot/src/main/resources/META-INF/spring.factories @@ -3,9 +3,9 @@ org.springframework.boot.env.PropertySourceLoader=\ org.springframework.boot.env.PropertiesPropertySourceLoader,\ org.springframework.boot.env.YamlPropertySourceLoader -# Run Participants -org.springframework.boot.SpringApplicationRunParticipant=\ -org.springframework.boot.context.event.EventPublishingRunParticipant +# Run Listeners +org.springframework.boot.SpringApplicationRunListener=\ +org.springframework.boot.context.event.EventPublishingRunListener # Application Context Initializers org.springframework.context.ApplicationContextInitializer=\