1、变量不能定义成static
2、当输出${name},查看在[servlet-name]-servlet.xml 文件中添加如下配置
<context:property-placeholder ignore-unresolvable="true" location="classpath*:/properties/all.properties" />
1、变量不能定义成static
2、当输出${name},查看在[servlet-name]-servlet.xml 文件中添加如下配置
<context:property-placeholder ignore-unresolvable="true" location="classpath*:/properties/all.properties" />