springfox/springfox-demos

Property Key Value not working

n614cd opened this issue · 3 comments

Property values are not being substituted.
So I am attempting to debug. However, I cannot find the point in the swagger code where the substitution is occurring. If you point me to this location, I can chase it further and see what the issue is.
Spring 4.2
XML Configuration
Gradle

(Specifically for ApiOperation.notes)

Thanks,

Tim

What version of the library are you using? Most likely if you upgrade to 2.7.0 your problem will go away

Version 2.7.0
Forgot to include in the description.

Found issue. Legacy application based on old Spring XML config was not picking up the env resources correctly. For now, just hacked legacy structure to force properties to load.