Fix spring.factories

This commit is contained in:
Dave Syer 2014-02-20 10:54:01 +00:00
parent 23991dd94d
commit 41d80bc031
1 changed files with 3 additions and 3 deletions

View File

@ -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=\