Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 577 Bytes

first-personal-work

src
  |main
      |java
          |api
            |DockApi    // 用友API接口
          |controller
            |MapController   // 处理请求的控制器
      |resource
          |spring
              |applicationContext.xml //spring配置文件
              |dispatch-servlet.xml   // springmvc配置文件
      |webapp<br>
          |WEB-INF
                |web.xml      // web的配置
        |index.jsp            // 本次作业的核心code 渲染页面,处理数据
pom.xml                       // 基于maven的项目配置