.struts-config.mex

来自「Struts+Spring+Hibernate练习录像发布 很好的学习质料」· MEX 代码 · 共 22 行

MEX
22
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/login.do" location="50,50" dimension="250,84" />
  <StrutsActivity path="/login.jsp" location="350,50" dimension="100,48" />
  <StrutsActivity path="indexGo;6" location="132,193" dimension="150,100" />
  <StrutsActivity path="/index.jsp" location="950,50" dimension="100,48" />
  <StrutsTransition id="/login.jsp,null,/login.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="300,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="indexGo;6,null,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="282,243" />
      <AbsolutePoint location="1000,243" />
      <AbsolutePoint location="1000,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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