指定默认Spring配置文件

时间:2015-01-28 16:47:32

标签: spring

无论如何直接在Spring XML

中具体指定默认配置文件
<beans profile="Development">
    <!-- Load Development beans -->
</beans>

<beans profile="Production">
    <!-- Load Production beans -->
</beans>

注意,我不想以编程方式执行此操作,如命令行属性,环境变量或web.xml(它不是Web应用程序)

我想直接在xml中执行此操作:

<property name="spring.profiles.default" value="Production">

0 个答案:

没有答案