初学还请包涵。
为了解决硬编码问题,所以想在在 Service 层里,使用 Value 注解,来个变量初始化。
properties 文件我配置在 applicationContext-service.xml 、springmvc.xml 里,程序均报错无法解析。
注解是这样写的: @Value("${customerDaoVoSize}") private String size;
properties 是这样配置的: <context:property-placeholder location="classpath:service.properties" />
还请不吝赐教,谢谢你。
1
choice4 2019-03-02 08:11:52 +08:00 via Android
@PropertySources 试试呢
|
3
shuqin2333 2019-03-02 15:43:27 +08:00
看起来没有问题。用 idea 的话,如果哪个环节出了问题应该很容易看出来才对啊,如果配置正确都能直接 ctrl + 左键点过去
|
4
shanlan OP @shuqin2333 没搞定,暂时先放放。
|
5
iluhcm 2019-03-02 21:23:03 +08:00
有没有在 applicationContext 里 include applicationContext-service.xml 这个 xml ?
|