Spring解决Attribute tx bound to namespace httpwww.w3.org2000xmlns was already specified
Spring|解决Attribute "tx" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified
其实就是这两个重复了,需要删除一个,
不过一般都是删除cache,
xmlns:tx="http://www.springframework.org/schema/tx"
不然