spring-cloud-config-example
spring-cloud-config-example copied to clipboard
why in source code project run debug produce error report says Could not resolve placeholder 'info.foo' in value "${info.foo}"
Why this project run in the source code produce an IllegalArgumentException says Could not resolve placeholder 'info.someList' in value "${info.someList}"
,but run the target jar file won't?