m****r 发帖数: 6639 | 1 我有两个context, 一个用
class="org.springframework.beans.factory.config.
PropertyPlaceholderCon
figurer">
classpath:my.properties
另外一个用:
dbProps 是自己写的, 从db里面读东西.
有没有办法让第二个context可以两个都用? 就是说, 即可以用dbProps, 又可以用my.
properties?
多谢 |
w*******s 发帖数: 940 | 2 第一个不是 ..... 嘛
把那个dbProps也加到这个list里行不行?
【在 m****r 的大作中提到】 : 我有两个context, 一个用 : : class="org.springframework.beans.factory.config. : PropertyPlaceholderCon : figurer"> : : : classpath:my.properties :
:
|
m****r 发帖数: 6639 | 3 我可以试试, 但是估计是不行. 第一个list是location的list.
【在 w*******s 的大作中提到】 : 第一个不是 ..... 嘛 : 把那个dbProps也加到这个list里行不行?
|
N***m 发帖数: 4460 | 4 不太明白你说的”两个都能用“的意思?
是不是import resource?
【在 m****r 的大作中提到】 : 我有两个context, 一个用 : : class="org.springframework.beans.factory.config. : PropertyPlaceholderCon : figurer"> : : : classpath:my.properties :
:
|
m****r 发帖数: 6639 | 5 就是说db那边的property和file里面的property都可以用.
现在的情况是, 我的这个context file里面, 只能用db那边过来的property.
【在 N***m 的大作中提到】 : 不太明白你说的”两个都能用“的意思? : 是不是import resource?
|
w*******s 发帖数: 940 | 6 或者把properties和locations两个都设在同一个bean里,会怎么样?
【在 m****r 的大作中提到】 : 我可以试试, 但是估计是不行. 第一个list是location的list.
|
m****r 发帖数: 6639 | 7 i did that. the locations settings do not work.
i read some thing that said i can put multiple configurer inside the same
context, but that didn't work either. maybe i am doing something else wrong.
【在 w*******s 的大作中提到】 : 或者把properties和locations两个都设在同一个bean里,会怎么样?
|