例如:
public class Test<T1,T2>
{
...
}配置文件中,网上查到的貌似是这样:
<typeAlias alias="Test" type="Demo.Test`1,Demo">
大致意思就是这样,但是我这样搞,报无法解析了,请问谁知道是什么原因?