# WebServer **Repository Path**: spean90/WebServer ## Basic Information - **Project Name**: WebServer - **Description**: web服务器base工程、包括后台管理系统、手机app的webserver服务 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: recycle - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WebServer ========= 使用spring4.1.2+mybatis搭建一个基础web服务器框架、包含了自定义mybatis分页Plugin;springmvc文件上传;web服务异常捕获处理等; 使用bootstrap搭建一个后台管理界面、已经包含了系统配置的基本功、菜单权限管理、管理员配置、用户中心; 之后有新项目只需要新建分支、在此基础上继续扩展功能;节省开发时间; apicontroller包下的类为处理app端的请求、controller包下的类为处理后台管理界面的请求;