码迷,mamicode.com
首页 > 编程语言 > 详细

spring mvc标准项目结构

时间:2016-09-21 01:31:37      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:

 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

 

spring mvc标准项目结构

标签:

原文地址:http://www.cnblogs.com/zxf330301/p/5891157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!