1 Star 0 Fork 1

xujianHunter / mgadmin

forked from Hotstrip / mgadmin
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-2-Clause

#平台2.1

项目结构:


mgadmin --src --main --java --com.idiot --domain --common #一些配置类 工具类 --dao --mapper #mybatis管理sql xml --model --service #业务处理 --web(controller) --Application.java #项目启动类 --resources --test --target --pom.xml


##简介
--------

>关于后端框架
* 该项目使用spring boot为主要框架
* mybatis操作数据库
* 集成shiro权限框架
* velocity模板引擎(尽管该引擎在spring boot1.4X以上已经弃用)
* kaptha验证码....
* 对了,差点忘了  还有个webuploader实现的大文件分片上传,路径在resources/templates/cloudDisk/content/upload.vm;使用时记得修改默认路径,如下:

var uploader = new WebUploader.Uploader({ swf: 'webuploader/swf/Uploader.swf', server: '/cloudDisk/content/file/upload', pick: '#picker', method: 'post', formData: { uploadPath: "E://home/", "directoryId": directoryId }, threads: 1,//上传并发数 chunked: true // 开起分片上传 });

    重点是修改uploadPath.....


--------

>关于前端ui
* H-ui-admin
* layerPage分页
* .....

--------

>说这么多,都是废话,简单的讲就是一个shiro权限框架案例
>想知道更多请加群298956591(该群只能邀请加入  请联系1129187849)
>这个是测试网站 [点击进入](http://idiotalex.com/index.html)   用户名:alex  密码 123456  普通管理员
>网站已关闭,暂时失效
>也同样欢迎捐赠
Copyright (c) 2016, 辣十一 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

spring boot 集成shiro mybatis 做的权限框架其他: velocity模板 aop切面日志 webuploader 实现大文件分片上传 (嗯 大概就这么多) 展开 收起
Java
BSD-2-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/xujianHunter/mgadmin.git
git@gitee.com:xujianHunter/mgadmin.git
xujianHunter
mgadmin
mgadmin
master

搜索帮助