2013年8月26日

spring3.2事物配置异常

摘要: 删除aspectjweaver.jar和aspect.jar 加入aspectjweaver-1.6.9.jar和aspectj-1.6.10.jar 阅读全文

posted @ 2013-08-26 18:22 qgc 阅读(1884) 评论(0) 推荐(0)

springMVC使用注解方式进行页面跳转

摘要: package cn.org.spartacus.spring; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("index") public class testController { @Autowired private Test test; @RequestMapping("helloWorld") public String helloWorld() { test.getsys(); return "success"; } public Test getTest() { 阅读全文

posted @ 2013-08-26 12:39 qgc 阅读(2883) 评论(0) 推荐(0)

导航