java.lang.IllegalArgumentException: Could not resolve placeholder 'jar.version' in string value "${jar.version}"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Check if you don't have more than one instance of PropertySourcesPlaceholderConfigurer in your code, this might cause conflict.
Solutions on the web
via Stack Overflow by Marc
, 1 year agovia Stack Overflow by MrKY
, 2 years agovia Stack Overflow by Jim C
, 1 year agovia Stack Overflow by rayman
, 2 years agovia GitHub by omrison
, 2 years agovia Stack Overflow by user3710687
, 2 years agojava.lang.IllegalArgumentException: Could not resolve placeholder 'jar.version' in string value "${jar.version}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174)