liukaixuan / guzz

Automatically exported from code.google.com/p/guzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guzz.xml import 支持 <import resource="classpath*:mapping/*.xml" /> ant匹配方式

GoogleCodeExporter opened this issue · comments

类似spring:

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    classpath*:applicationContext*.xml
    </param-value>
</context-param>


Original issue reported on code.google.com by liukaix...@gmail.com on 8 Mar 2011 at 9:24

fixed in 1.3.1

Original comment by liukaix...@gmail.com on 25 Jul 2012 at 2:53

  • Changed state: Fixed