# GreenLife **Repository Path**: HatcherZhang/GreenLife ## Basic Information - **Project Name**: GreenLife - **Description**: 互联网+废品回收之绿宝;构建Gradle;spring+springmvc+mybatis - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2016-04-03 - **Last Updated**: 2023-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #GreenLife #Git https://git.oschina.net/HatcherZhang/GreenLife.git #Branch * master :生产用,开发者没有push权限 * test :测试环境用,开发者没有push权限 * develop:开发及自测用,日常的代码在经过自测后,都应该及时合并到这个分支,尽量不要翻天 * 注:对于后续如果个人需要新建分支,在本地新建完后不要push上来。要push上来的分支,由配置管理员命名 ##1. Technologies used * Gradle * Spring * SpringMVC * Mybatis * Boostrap ##2. To Run this project locally 1. $ git clone https://git.oschina.net/HatcherZhang/GreenLife.git 2. $ gradle tomcatRunWar 3. Access ```http://localhost/GreenLife/``` ##3. To import this project into Eclipse IDE 1. Import Projects from Git: https://git.oschina.net/HatcherZhang/GreenLife.git 2. Import as a general project. 3. Right button GreenLife Project---->Configure---->Convert to Gradle project. 4. Done.