@IocBean
@At("/")
@Fail("http:500")
public class Index {
@Inject
protected Dao dao;
@At("/")
@Ok("jsp:index")
@Fail("http:500")
public void index(){
System.out.println("入口函数,返回首页");
}
}
我写了上述代码访问localhost:8080/LightMovie/后却出现以下日志,求赐教
16-12-7 10:32:7.553 DEBUG [http-8080-2] Search mapping for path=/servlet/Index : NOT Action match