当前位置: 代码迷 >> J2EE >> Eclipse里的No grammar constraints (DTD or XML schema) detected for the document警告是什么意思啊
  详细解决方案

Eclipse里的No grammar constraints (DTD or XML schema) detected for the document警告是什么意思啊

热度:626   发布时间:2016-04-22 03:43:47.0
Eclipse里的No grammar constraints (DTD or XML schema) detected for the document警告是什么意思啊?
Eclipse里的No grammar constraints (DTD or XML schema) detected for the document警告是什么意思啊?

------解决方案--------------------
警告信息,没事的,一般IDE环境中配置档的最前面都是DTD 或 XML 打头的。比如
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
  相关解决方案