1097455e0a69001b18c2872afbb96707

来自「《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用」· 代码 · 共 16 行

TXT
16
字号
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
          "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
  Default configuration file for examples application.
  Each module also has its own struts-config under: /WEB-INF/$MODULE/
  @version $Revision: 1.9 $ $Date: 2004-09-07 03:50:06 +0100 (Tue, 07 Sep 2004) $
-->
<struts-config>
  <action-mappings >
    <action path="/welcome" forward="/sample/Main.do" >
    </action>
  </action-mappings>
</struts-config>

⌨️ 快捷键说明

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