/**
* Environment need to be overriden to map with normal webapp spring
* context behavior (jndi resolution of properties)
*/
@Override
protected ConfigurableEnvironment createEnvironment() {
return new StandardServletEnvironment();
}
PropertyTestApplicationContext.java 文件源码
java
阅读 16
收藏 0
点赞 0
评论 0
项目:elpaaso-core
作者:
评论列表
文章目录