信息: TLD skipped. URI: http://www.wabacus.com/taglib is already defined
解析路径:classpath:/reportconfig失败,必须为classpath{path}/relative{path}/abso
lute{path}三者之一格式,表示路径类型
1 楼
349446658
2012-01-03
classpath:path是老的指定配置文件路径的方式。升级后改为如下三种的一种:
classpath{path}/relative{path}/abso
lute{path}
分别表示从classpath、相对web根路径、绝对路径中加载配置文件。
classpath{path}/relative{path}/abso
lute{path}
分别表示从classpath、相对web根路径、绝对路径中加载配置文件。