随笔分类 -  ssm整合

摘要:title: ssm整合-1-CRUD data: tags: java ssm框架 categories: SSM整合 1、依赖 <!--spring、springmvc--> <!-- https://mvnrepository.com/artifact/org.springframework/ 阅读全文
posted @ 2021-06-07 17:26 Coder-Wang 阅读(85) 评论(0) 推荐(0)
摘要:Spring|解决Attribute "tx" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified 其实就是这两个重复了,需要删除一个, 不过一般都是删除cache, xmlns:tx="http://ww 阅读全文
posted @ 2021-06-07 17:24 Coder-Wang 阅读(603) 评论(0) 推荐(0)
摘要:Maven工程 报 Diamond types are not supported at language level '5' 出现这种信息,一般表示的是你的language level(IDEA下JDK的一个配置信息)不支持你java代码中的使用形式,意即你使用了超过你当前环境选择的languag 阅读全文
posted @ 2021-06-07 17:23 Coder-Wang 阅读(534) 评论(0) 推荐(0)