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内容请搜索靠谱客的其他文章。
发表评论 取消回复