tx:attributes is not allowed here

初学ssm配置applicationContext.xml时,跟着视频配置,一直报个错误:

tx:attributes is not allowed here_第1张图片

在网上找了原因,原来是要修改applicationContext.xml,也就是spring配置文件的最上面的beans,如图:

tx:attributes is not allowed here_第2张图片

修改成以下如图:

tx:attributes is not allowed here_第3张图片

为啥这样我也不知道。

增加的行:

xmlns:tx="http://www.springframework.org/schema/tx"

 

你可能感兴趣的:(tx:advice)