<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://directwebremoting.org/schema/dwr20.dtd">
<dwr>
<allow>
<create creator="spring" javascript="loginService">
<param name="beanName" value="loginService"></param>
</create>
<create creator="spring" javascript="catelogService">
<param name="beanName" value="catelogService"></param>
</create>
<convert converter="bean" match="com.model.TCatelog">
<param name="include" value="catelogId,catelogName"></param>
</convert>
<create creator="spring" javascript="cartService">
<param name="beanName" value="cartService"></param>
</create>
</allow>
</dwr>
第一行报错信息:Description Resource Path Location Type
Referenced file contains errors (http://directwebremoting.org/schema/dwr20.dtd). For more information, right click on the message in the Problems View and select "Show Details..." dwr.xml /qicheZulin/WebRoot/WEB-INF line 1 XML Problem
第三行报错信息:Description Resource Path Location Type
Error while downloading 'http://directwebremoting.org/schema/dwr20.dtd' to C:\Users\24566.lemminx\cache\http\directwebremoting.org\schema\dwr20.dtd. dwr.xml /qicheZulin/WebRoot/WEB-INF line 3 Language Servers