Spring @Value is not resolving to value from property file

前端 未结 8 2151
不思量自难忘°
不思量自难忘° 2020-12-13 11:55

I\'ve had this working in some other project before, I am just re-doing the same thing but for some reason it\'s not working. The Spring @Value is not reading f

8条回答
  •  北海茫月
    2020-12-13 12:37

    Problem is due to problem in my applicationContext.xml vs spring-servlet.xml - it was scoping issue between the beans.

    pedjaradenkovic kindly pointed me to an existing resource: Spring @Value annotation in @Controller class not evaluating to value inside properties file and Spring 3.0.5 doesn't evaluate @Value annotation from properties

提交回复
热议问题