⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struts-config.xml~20~

📁 全文搜索源码,基于开源项目Lucene编写,开发语言为JAVA,本程序做为LUCENE的示例DEMO
💻 XML~20~
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
  <form-beans>
    <form-bean name="searchForm" type="com.ht.gis.form.SearchForm" />
    <form-bean name="indexForm" type="com.ht.gis.form.IndexForm" />
  </form-beans>
  <global-forwards>
    <forward name="fault" path="/WEB-INF/JSP/error.jsp" />
  </global-forwards>
  <action-mappings>
    <action name="searchForm" path="/searchAction" scope="request" type="com.ht.gis.action.SearchAction" />
    <action name="indexForm" path="/indexAction" scope="request" type="com.ht.gis.action.IndexAction" />
  </action-mappings>
</struts-config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -