# SpringMVC Forum **Repository Path**: edocevol/SpringMVC-Forum ## Basic Information - **Project Name**: SpringMVC Forum - **Description**: 使用SpringMVC,Hibernate,Maven,IDEA构建的java EE的论坛 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://git.oschina.net/jsper/SpringMVC-Forum - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2016-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Green ------------------- Green,一个关于人和自然的社区。 以花草作为核心主题,汇聚对自然生活有所向往的群体,彼此分享交流。 此项目是作为一名编程新手的练手之作,借此项目熟悉前端技术,了解后端运作的机制。 ——2016.6.11 演示地址 ------------------- 前台账号:`请自行注册` 后台账号:`admin` `admin` [项目链接](http://www.wanqing520.cn/Green) 项目框架简介 ------------------- 该项目基于Maven3.0构建。 后端:以Spring Framework为核心,使用Spring MVC作为模型视图控制器,Hibernate作为数据库持久化。 前端:以Bootstrap和jQuery为主,多种开源的前端项目为辅。 项目前端所使用的开源项目列表: 「1」:[Bootstrap](https://github.com/twbs/bootstrap) 「2」:[jQuery](http://jquery.com/) 「3」:[Bootstrap3-wysihtml5](https://github.com/schnawel007/bootstrap3-wysihtml5) 「4」:[Hover](https://github.com/IanLunn/Hover) 「5」:[html5shiv](https://github.com/aFarkas/html5shiv) 「6」:[FormValidation](http://formvalidation.io/) 文件结构: ----------------- ``` Green ├── src/main/resources │ ├── applicationContext.xml │ ├── green-dao.xml │ ├── green-service.xml │ ├── ehcache.xml │ ├── jdbc.properties │ └── log4j.properties │ ├── src/main/java │ ├── com.green.cons │ ├── com.green.dao │ ├── com.green.domain │ ├── com.green.domain.hbm │ ├── com.green.exception │ ├── com.green.service │ └── com.green.web │ ├── src/main/webapp │ ├── css │ ├── fonts │ ├── images │ ├── js │ ├── index.jsp... │ └── WEB-INF │ ├── tags │ ├── green-servlet.xml │ └── web.xml │- │ ├── schema ├── README.md ├── favicon.ico └── pom.xml ``` 运行项目: -------------- 使用Maven: $ cd Green $ mvn tomcat7:run 或 在你所喜好的IDE中,例如 SpringSource Tool Suite (STS) 或 IDEA等等: * 以 Maven Project 的形式导入 Green * 部署至Tomcat服务器 从浏览器中访问 http://localhost:8080/Green IDEA导入的工程直接访问:http://localhost:8080 更新记录 ----------------- 查看项目根目录中的`SpringMVC使用记录.md`