0

I am trying to load the spring bean file based on a spring profile. so if the spring profile is FOO then I want to load foo_spring_bean.xml, and of the profile is BAR, then I want to load bar_spring_bean.xml

Is there a example I can look at?

4

1 に答える 1

1

このブログ記事はチェックしましたか?

http://blog.springsource.com/2011/02/11/spring-framework-3-1-m1-released/

「Bean 定義プロファイルの入力」を参照してください。

于 2013-06-02T12:19:23.470 に答える