Warning: No grammar constraints (DTD or XML schema) detected for the document

     这个警告信息说明xml缺少头部,类似头部如下:

 

<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">


加上头部后就不会出现警告信息。不过这个警告信息不会造成什么影响,如果不想加头部,可以去掉此警告。方法如下:

点【windows】》【prefrences】》【xml】》【xml files】》【validation】如下图:

 

 

Warning: No grammar constraints (DTD or XML schema) detected for the document_第1张图片

然后警告消息就没了

你可能感兴趣的:(Warning: No grammar constraints (DTD or XML schema) detected for the document)