码迷,mamicode.com
首页 > Web开发 > 详细

eclipse新建jsp模版设置

时间:2018-03-03 18:09:28      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:path   getc   ips   进入   ring   没有   界面   com   gets   

eclipse自动生成的jsp中没有

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<base href="<%=basePath%>"> 

我们可以自己设置jsp模版,方法如下:

eclipse -- >perferences - >web ->jsp - jsp files -Editor ->templates:

技术分享图片

选择JSP with html markup,点击右边的Edit进入编辑界面

技术分享图片

添加自己想要添加的东西进去,保存

新建的jsp如下:

 技术分享图片

 

eclipse新建jsp模版设置

标签:path   getc   ips   进入   ring   没有   界面   com   gets   

原文地址:https://www.cnblogs.com/kavins/p/8497069.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!