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

 

posted @ 2016-09-21 00:17  随风而逝,只是飘零  阅读(5425)  评论(0编辑  收藏  举报