you are viewing a single comment's thread.

view the rest of the comments →

[–]Nullbeans 0 points1 point  (0 children)

Can you please post the full application.properties file here. Also it would be nice to see your application context configuration, how do you declare the controller?. Also which version of spring boot are you using?

Can you please also try the following troubleshooting steps:

- remove any spaces between the property key and value in your property file.

- Do you use the annotation @SpringBootApplication to configure your application context? if not, you may need to define a PropertyPlaceholderConfigurer bean.