web 应用结构图

Posted bailaowu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web 应用结构图相关的知识,希望对你有一定的参考价值。

web应用结构图

   -war |
        |    
        |    
        |++++META-INF
        |    
        |    
        |----WEB-INF |
        |            |-classes
        |            |    |com/baidu/controller/Controller.class
        |            |    |com/baidu/service/Service.class
        |            |    |com/baidu/service/serviceImpl/ServiceImpl.class
        |            |    |com/baidu/mapper/Mapper.class
        |            |    |com/baidu/mapper/Mapper.xml
        |            |    |com/baidu/model.class
        |            |    |com/baidu/util/Util.class
        |            |    |----------------------------------------------------
        |            |    |my.properties
        |            |    |spring-application.xml
        |            |    |spring-mybatis.xml
        |            |    |spring-redis.xml
        |            |    |spring-shiro.xml
        |            |    |mybatis-config.xml
        |            |
        |            |
        |            |-lib
        |            |    |xxx.jar
        |            |    |......
        |            |
        |            |
        |            |web.xml
        |x.jsp
        |x.js
        |x.css
        |x.jpg

 

maven项目的结构需要转换为war包的结构

src/main/java、arc/main/resource文件夹不参与转换过程

技术分享图片

以上是关于web 应用结构图的主要内容,如果未能解决你的问题,请参考以下文章

十条jQuery代码片段助力Web开发效率提升

十条jQuery代码片段助力Web开发效率提升

VSCode自定义代码片段5——HTML元素结构

VSCode自定义代码片段5——HTML元素结构

VSCode自定义代码片段5——HTML元素结构

PHP必用代码片段