我是靠谱客的博主 开放高山,这篇文章主要介绍configure Smart tips (DTD file config),现在分享给大家,希望可以做个参考。

configure Smart tips (DTD file config)
window -> preferences -> xml -> XML Catalog -> Add ->


i.e. 
configuration.xml
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">


Location: local file which download from "http://mybatis.org/dtd/mybatis-3-config.dtd"
Key: -//mybatis.org//DTD Config 3.0//EN


i.e.
mapper.xml
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">


Location: local file which download from "http://mybatis.org/dtd/mybatis-3-mapper.dtd"
Key: -//mybatis.org//DTD Mapper 3.0//EN


then: reopen the xml file use xml style, then can use dtd smart tips.

最后

以上就是开放高山最近收集整理的关于configure Smart tips (DTD file config)的全部内容,更多相关configure内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部