使用<context:property-placeholder>标签导入多个properties文件
Posted qq69496
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用<context:property-placeholder>标签导入多个properties文件相关的知识,希望对你有一定的参考价值。
方法1:使用逗号分开
<context:property-placeholder location="classpath:druid.properties, classpath:druid2.properties" system-properties-mode="NEVER"/>
方法2:使用通配符
<context:property-placeholder location="classpath*:*.properties" system-properties-mode="NEVER"/>
设置system-properties-mode="NEVER"防止解析占位符$username时,读取本地用户名
以上是关于使用<context:property-placeholder>标签导入多个properties文件的主要内容,如果未能解决你的问题,请参考以下文章
在使用加载数据流步骤的猪中,使用(使用 PigStorage)和不使用它有啥区别?