springboot No URLs will be polled as dynamic configuration sources.To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. As you can see,the classpaths is right.what's wrong with url?

Comment From: wilkinsona

spring.devtools.restart.additional-paths does not configure the classpath, it configures the locations that Dev Tools will watch for changes that should trigger an automatic restart of the application. As you have observed, setting that property will have no effect on Archaius's behaviour. I'm not familiar with Archaius but I would recommend following the advice in its log message in the first instance.

If you have any further questions, please follow up on Stack Overflow or Gitter. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.