错误提示
The method getAnnotation(Class<A>) in the type Class<capture#1-of ?> is not applicable for the arguments (Class<Table>)
import错了
package net.wendal.nutz; import org.h2.table.Table; import org.nutz.dao.Dao; import org.nutz.log.Log; import org.nutz.log.Logs; import org.nutz.mvc.NutConfig; import org.nutz.mvc.Setup; import org.nutz.resource.Scans;
好了~谢谢