在 eclipse 中将 .jsp 扩展名更改为 .xyz
changing the .jsp extension to .xyz in eclipse
您好,将 jsp 的扩展名更改为 ex : xyz,eclipse 编辑器无法识别该文件 jsp 我如何将自定义扩展名添加到 eclipse ide for像 jsp 这样的行为?
我将此行添加到我的 web.xml
<jsp-config>
<jsp-property-group>
<url-pattern>*.xyz</url-pattern>
</jsp-property-group>
</jsp-config>
您可以将 *.xyz
添加到 Content Types 首选项页面上的 JSP 条目。它在“文本”下。
您好,将 jsp 的扩展名更改为 ex : xyz,eclipse 编辑器无法识别该文件 jsp 我如何将自定义扩展名添加到 eclipse ide for像 jsp 这样的行为? 我将此行添加到我的 web.xml
<jsp-config>
<jsp-property-group>
<url-pattern>*.xyz</url-pattern>
</jsp-property-group>
</jsp-config>
您可以将 *.xyz
添加到 Content Types 首选项页面上的 JSP 条目。它在“文本”下。