# UserPermission **Repository Path**: shunming/UserPermission ## Basic Information - **Project Name**: UserPermission - **Description**: 毕设项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2016-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 毕业设计 --- 这是我的毕业设计项目 ###请下载master分支下的版本 首先用到的技术有 - 后端: - [Spring](https://spring.io) - [Spring MVC](https://spring.io) - [Mybatis](http://www.mybatis.org/mybatis-3/) - [Mybatis geneator](http://www.mybatis.org/generator/) - [Mybatis pagehelper](https://github.com/pagehelper/Mybatis-PageHelper) - [Shiro](http://shiro.apache.org/) - 前端: - [EasyUI](http://www.jeasyui.com/) - [Bootstrap](http://www.bootcss.com/) - 数据库 - [postgreSql 9.3](http://www.postgresql.org/) 在运行之前首先初始化数据库,在com\lu\sql路径下有建表的脚本和初始化的脚本, 首先先创建一个名字为AuthorizationManagement的数据库,然后运行建表脚本,最后运行初始化脚本。 用的是maven管理,其中用到了maven的插件:配置了jetty和tomcat 导入到eclipse然后run as build ,goles 填写jetty:run,就是用jetty运行; goles填写tomcat7:run,就是用tomcat运行。 默认的用户是 admin,密码111111。启动后进入localhost:8080。 由于postgresql的版本比较新,在有的仓库里没有,可以自行下载放到本地的仓库中。一般路径为{仓库路径}\org\postgresql\postgresql\9.3-1100-jdbc4,下载对应版本放入其中便可。