struts-config.xml~8~

来自「xml 作为数据库」· XML~8~ 代码 · 共 14 行

XML~8~
14
字号
<?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>
  <global-forwards>
    <forward name="" path="">
    </forward>
  </global-forwards>
  <action-mappings>
    <action input="/welcome.jsp" path="/loginAction" scope="request" type="struts.form.LoginAction">
      <forward name="welcome" path="/login.jsp"/>
    </action>
  </action-mappings>
</struts-config>

⌨️ 快捷键说明

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