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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM