ibatis sqlmapConfig.xml

如果sqlmapConfig.xml不与Spring的applicationContext.xml放在一个目录下,而是放在有其它地方,applicationContext.xml中对sqlmapConfig.xml引用时,其目录应怎样指定?我放在src/sqlmaps下,但在applicationContext.xml中写为  
  <property   name="configLocation"   value="sqlmaps/sqlmapConfig.xml"/>,  
  但提示找不到该文件,该怎么写呢?

你可能感兴趣的:(spring,xml,ibatis)