I write a spring-boot app,but when config EnableAutoConfiguration like as follows:
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.yiji.boot.core.configuration.AppConfiguration,\
com.yiji.boot.core.configuration.LogConfiguration,\
com.yiji.boot.core.configuration.HeraConfiguration,
a comma at the end,and throw exception class path resource [.class] cannot be opened because it does not exist
.this is because SpringFactoriesLoader#loadFactoryNames
dont ignore blank character.
Comment From: snicoll
Thanks. Have you signed the CLA?
Comment From: bohrqiu
what is CLA ,
Comment From: snicoll
See the contributing documentation
Comment From: bohrqiu
I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.
Comment From: pivotal-issuemaster
@bohrqiu Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@bohrqiu Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: bclozel
Closing this PR as the CLA is not officially signed, no tests are present and this ignores user error in the spring.factories
format.