<small id='XheW7'></small><noframes id='XheW7'>

    <i id='XheW7'><tr id='XheW7'><dt id='XheW7'><q id='XheW7'><span id='XheW7'><b id='XheW7'><form id='XheW7'><ins id='XheW7'></ins><ul id='XheW7'></ul><sub id='XheW7'></sub></form><legend id='XheW7'></legend><bdo id='XheW7'><pre id='XheW7'><center id='XheW7'></center></pre></bdo></b><th id='XheW7'></th></span></q></dt></tr></i><div id='XheW7'><tfoot id='XheW7'></tfoot><dl id='XheW7'><fieldset id='XheW7'></fieldset></dl></div>

  1. <tfoot id='XheW7'></tfoot>
    <legend id='XheW7'><style id='XheW7'><dir id='XheW7'><q id='XheW7'></q></dir></style></legend>

      • <bdo id='XheW7'></bdo><ul id='XheW7'></ul>
    1. 如何在 Spring applicationContext 中读取系统环境变量

      时间:2023-07-14
        <bdo id='UETDW'></bdo><ul id='UETDW'></ul>
        <i id='UETDW'><tr id='UETDW'><dt id='UETDW'><q id='UETDW'><span id='UETDW'><b id='UETDW'><form id='UETDW'><ins id='UETDW'></ins><ul id='UETDW'></ul><sub id='UETDW'></sub></form><legend id='UETDW'></legend><bdo id='UETDW'><pre id='UETDW'><center id='UETDW'></center></pre></bdo></b><th id='UETDW'></th></span></q></dt></tr></i><div id='UETDW'><tfoot id='UETDW'></tfoot><dl id='UETDW'><fieldset id='UETDW'></fieldset></dl></div>
          <tbody id='UETDW'></tbody>

              <small id='UETDW'></small><noframes id='UETDW'>

            1. <legend id='UETDW'><style id='UETDW'><dir id='UETDW'><q id='UETDW'></q></dir></style></legend>

              <tfoot id='UETDW'></tfoot>
                本文介绍了如何在 Spring applicationContext 中读取系统环境变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                如何在应用上下文中读取系统环境变量?

                How to read the system environment variable in the application context?

                我想要类似的东西:

                <util:properties id="dbProperties"
                        location="classpath:config_DEV/db.properties" />
                

                <util:properties id="dbProperties"
                        location="classpath:config_QA/db.properties" />
                

                取决于环境.

                我的应用程序上下文中可以有这样的东西吗?

                Can I have something like this in my application Context?

                <util:properties id="dbProperties"
                        location="classpath:config_${systemProperties.env}/db.properties" />
                

                根据系统环境变量设置实际值

                where the actual val is set based on the SYSTEM ENVIRONMENT VARIABLE

                我正在使用 Spring 3.0

                I'm using Spring 3.0

                推荐答案

                查看这篇文章.它通过 PropertyPlaceholderConfigurer 支持外部属性(通过 systemPropertiesMode 属性).

                Check this article. It gives you several ways to do this, via the PropertyPlaceholderConfigurer which supports external properties (via the systemPropertiesMode property).

                这篇关于如何在 Spring applicationContext 中读取系统环境变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何减去常春藤依赖集 下一篇:如何在 Ubuntu 中设置 Java 环境路径

                相关文章

                  <bdo id='Ocx9D'></bdo><ul id='Ocx9D'></ul>
              • <tfoot id='Ocx9D'></tfoot>

                <small id='Ocx9D'></small><noframes id='Ocx9D'>

                <i id='Ocx9D'><tr id='Ocx9D'><dt id='Ocx9D'><q id='Ocx9D'><span id='Ocx9D'><b id='Ocx9D'><form id='Ocx9D'><ins id='Ocx9D'></ins><ul id='Ocx9D'></ul><sub id='Ocx9D'></sub></form><legend id='Ocx9D'></legend><bdo id='Ocx9D'><pre id='Ocx9D'><center id='Ocx9D'></center></pre></bdo></b><th id='Ocx9D'></th></span></q></dt></tr></i><div id='Ocx9D'><tfoot id='Ocx9D'></tfoot><dl id='Ocx9D'><fieldset id='Ocx9D'></fieldset></dl></div>
              • <legend id='Ocx9D'><style id='Ocx9D'><dir id='Ocx9D'><q id='Ocx9D'></q></dir></style></legend>