为eclipse离线安装hibernate tools插件

原文:http://jingyan.baidu.com/article/295430f1d7ac830c7f00507d.html

方法/步骤

  1. 下载hibernate tools插件

    为eclipse离线安装hibernate tools插件_第1张图片
    为eclipse离线安装hibernate tools插件_第2张图片
    为eclipse离线安装hibernate tools插件_第3张图片
  2. 在eclipse根目录下创建myplugins和links;

    然后再在myplugins下创建hibernate_tools文件夹;

    解压提取下载jboss包的features和plugins两个文件夹到hibernate_tools下,见下图;

    为eclipse离线安装hibernate tools插件_第4张图片
    为eclipse离线安装hibernate tools插件_第5张图片
    为eclipse离线安装hibernate tools插件_第6张图片
  3. 在links中文件夹中建立一个后缀名为.link的文件,内容如下图;
    为eclipse离线安装hibernate tools插件_第7张图片
    为eclipse离线安装hibernate tools插件_第8张图片
    为eclipse离线安装hibernate tools插件_第9张图片
  4. 这时我们发现编写xml文件时还不能有自动提示,我们还要手动导入dtd文件;

    为eclipse离线安装hibernate tools插件_第10张图片
    为eclipse离线安装hibernate tools插件_第11张图片
  5. dtd文件链接对应xml文件中的头行链接;路径如下图;注意看红框

    为eclipse离线安装hibernate tools插件_第12张图片
    为eclipse离线安装hibernate tools插件_第13张图片


你可能感兴趣的:(SpringMVC框架)