JSP模版

 jsp模板 在X:\Program Files\MyEclipse6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710\templates\jsp  目录下找到Jsp.vtl,复制一份,重命名为jsp2.vtl,然后把里面的内容修改为自己想要的格式,保存。 
然后在 X:\Program Files\MyEclipse 6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710 目录下找到templates.xml,用文本编辑器打开。在 
    <template 
        context=”com.genuitec.eclipse.wizards.jsp” 
        script=”templates/jsp/Jsp.vtl” 
        name=”Default JSP template”/> 
下面增加 
    <template 
        context=”com.genuitec.eclipse.wizards.jsp” 
        script=”templates/jsp/jsp2.vtl” 
        name=”JSP2 template”/> 
保存。重启eclipse。 

版权声明:本文为qq809306794原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/qq809306794/archive/2013/07/09/3180847.html