My Spring boot app has this application structure:
If you are using Spring boot you do not need @PropertySource("classpath:application.properties") if you are using spring boot starter parent , just remove the static keyword and it should start working.
@PropertySource("classpath:application.properties")
static