##CrazyTeam团队开发
###License
GPL v2
###Guide
项目名为 校园助手 ,本项目基于SSH开发,页面使用jquery mobile,项目构建基于maven。
所需要的开发工具:
1、eclipse 但eclipse需要Maven插件
推荐使用sring tool suite 的开发工具sts下载,该软件已经集成maven插件。
2、jquery mobile 开发帮助文档 中文教程 ,English tutorial
###git使用
1、clone本项目
git clone https://github.com/CrazyTeam/classroomguide.git
2、git教程
git add ./ 把新的文件或修改过的文件添加到staging里
git status 查看项目状态
git commit -m "your message" 把staging里的代码提交到repo中
git push 把本地repo 代码push到github上来
项目数据库名为:guide,请大家在mysql上建立该数据库
数据库的用户名及登陆密码请到web-inf下applicationContext.xml修改。