由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 问个spring问题
相关主题
Inject property file into a spring bean?问个run java file 的问题
请教一个spring的问题spring question
JMS消息发布的问题guice, spring和ejb
spring creating objects depending on properties?谁能给我推荐一个strutsspringhibernate的项目
问个Spring的问题。问个eclipse装jar的入门问题
问个java on linux的奇怪问题spring解决了什么问题?
问个eclipse的问题how to integrate java api doc with eclip
spring frame work questionSystem properties 怎么分的。
相关话题的讨论汇总
话题: dbprops话题: bean话题: property话题: context
进入Java版参与讨论
1 (共1页)
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里,会怎么样?
1 (共1页)
进入Java版参与讨论
相关主题
System properties 怎么分的。问个Spring的问题。
请问用eclipse开发中文的软件问个java on linux的奇怪问题
JEE EJB Question问个eclipse的问题
请问java property file的问题spring frame work question
Inject property file into a spring bean?问个run java file 的问题
请教一个spring的问题spring question
JMS消息发布的问题guice, spring和ejb
spring creating objects depending on properties?谁能给我推荐一个strutsspringhibernate的项目
相关话题的讨论汇总
话题: dbprops话题: bean话题: property话题: context