Design and Implementation of an Online Course Purchase System(06)

IntelliJ IDEA add local constraints file (DTD, XSD)

Posted by Chen Xingxu on June 3, 2020

易课寄在线购课系统开发笔记(六)–IntelliJ IDEA添加本地约束文件(DTD,XSD)

当 DTD/XSD 的 HTTP 链接失效,或者开发处于离线环境下,就需要添加本地约束文件。

添加过程

File -> Settings

Languages & Frameworks -> Schemas and DTDs

点击右侧的 + 号

将 URI 和 File 按照下图所示的例子填好,点击下方的 OK

点击下方的 OK

相关资源

本项目需要依赖的约束文件 (DTD,XSD) 的部分下载地址如下,可以根据自己的需要选择性的下载。

dubbo.xsd

mybatis-3-config.dtd

mybatis-3-mapper.dtd

spring-aop-4.2.xsd

spring-beans-4.2.xsd

spring-cache-4.2.xsd

spring-context-4.2.xsd

spring-jdbc-4.2.xsd

spring-jee-4.2.xsd.

spring-jms-4.2.xsd

spring-lang-4.2.xsd

spring-mvc-4.2.xsd

spring-oxm-4.2.xsd

spring-task-4.2.xsd

spring-tool-4.2.xsd

spring-tx-4.2.xsd

spring-util-4.2.xsd

spring-websocket-4.2.xsd