
Element properties is not closed
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element
·

如上图,今天想练习一下springCloud的时候,写父依赖对其进行版本控制的<properties>标签,一直报未闭合(Element properties is not closed),也怪自己不细心,原来在写properties写到一半他一般都会有提示,然后我们直接就会回车生成,但这时,回车生成的是单标签自闭合,也就是<properties/>,然后因为写前端写习惯了,去掉斜线,又在后面写一个<properties/>,在前端中他是会生成对应的闭合双标签的,但是在pom.xml中,他又生成了一个自闭合的单标签,结果就成了<properties><properties/>,半天没看出错哪,还以为是idea出问题了,重启了几次,打个哈哈~~~做个笔记,提醒一下自己
解决方法:手动改成双标签闭合就ok了,<properties></properties>
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:4 个月前 )
c345bb45
8 个月前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 8 个月前
更多推荐

所有评论(0)