zoukankan      html  css  js  c++  java
  • spring mvc标准项目结构

     src

       com.xxx.inews.dao

       com.xxx.inews.dao.impl

       com.xxx.inews.data.entity

       com.xxx.inews.data.vo

       com.xxx.inews.service

       com.xxx.inews.service.impl

       com.xxx.inews.utils

       com.xxx.inews.web

       com.xxx.inews.web.controll

       com.xxx.inews.web.interceptor

     src-resource

      META-INF

          jdbc-context.xml

         springmvc-servlet.xml

     configure.properties

     database.properties

     log4j.properties

    WebContent

       META-INF

       resources

           css

           images

           js

       WEB-INF

         lib

         views

            common

                header.jsp

                footer.jsp

                pages.jsp

            404.jsp

            exception.jsp

            index.jsp

        web.xml  

       index.jsp

  • 相关阅读:
    php责任链模式
    php工厂模式
    php观察者模式
    php单例模式
    php的抽象类
    Mysqli的常用函数
    PDO的基本操作
    算法--各种算法
    file_get_post实现post请求
    redis的5种数据结构的使用场景介绍
  • 原文地址:https://www.cnblogs.com/zxf330301/p/5891157.html
Copyright © 2011-2022 走看看