@RequestMapping(value = "/{id:\\d+}", method = RequestMethod.GET)
public String editGoods(@PathVariable Long id, Model model) throws Exception{
}
关于Spring事务的理解(Controller可以使用@Transactional)
spring 事务 @Transactional注解参数 tx:annotation-driven
Spring AOP详细介绍
Spring 中基于 AOP 的 XML架构
Spring 中基于 AOP 的 @AspectJ