• 大小: 734KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: 其他
  • 标签: springboot  shiro  mybatis  

资源简介

本项目使用springboot+mybatis+shiro整合的shiro权限案例,使用idea开发,比较简单,就不写操作手册了

资源截图

代码片段和文件信息

/**
 * MIT License
 * Copyright (c) 2018 yadong.zhang
 * Permission is hereby granted free of charge to any person obtaining a copy
 * of this software and associated documentation files (the “Software“) to deal
 * in the Software without restriction including without limitation the rights
 * to use copy modify merge publish distribute sublicense and/or sell
 * copies of the Software and to permit persons to whom the Software is
 * furnished to do so subject to the following conditions:
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
 * IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
 * LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
package com.zyd.shiro;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
 * 程序启动类
 *
 * @author yadong.zhang (yadong.zhang0415(a)gmail.com)
 * @version 1.0
 * @website https://www.zhyd.me
 * @date 2018/4/16 16:26
 * @since 1.0
 */
@SpringBootApplication
public class ShiroAdminApplication {

    public static void main(String[] args) {
        SpringApplication.run(ShiroAdminApplication.class args);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-02-22 11:07  shiro\
     文件         362  2019-02-22 11:07  shiro\.gitignore
     文件        1078  2019-02-22 11:07  shiro\LICENSE
     文件        3765  2019-02-22 11:07  shiro\README.md
     目录           0  2019-02-22 11:07  shiro\docs\
     目录           0  2019-02-22 11:07  shiro\docs\db\
     文件       12656  2019-02-22 11:07  shiro\docs\db\shiro.sql
     目录           0  2019-02-22 11:07  shiro\docs\img\
     文件       71803  2019-02-22 11:07  shiro\docs\img\admin-resource.png
     文件       36303  2019-02-22 11:07  shiro\docs\img\admin-role.png
     文件       51151  2019-02-22 11:07  shiro\docs\img\admin-user.png
     文件       46799  2019-02-22 11:07  shiro\docs\img\index.png
     文件       82559  2019-02-22 11:07  shiro\docs\img\root-resource.png
     文件       52170  2019-02-22 11:07  shiro\docs\img\root-role.png
     文件       27313  2019-02-22 11:07  shiro\docs\img\root-role[admin].png
     文件       26670  2019-02-22 11:07  shiro\docs\img\root-role[root].png
     文件       56510  2019-02-22 11:07  shiro\docs\img\root-user.png
     文件       62170  2019-02-22 11:07  shiro\docs\img\root-user[role].png
     文件       44559  2019-02-22 11:07  shiro\docs\img\sql-model.png
     文件        2245  2019-02-22 11:07  shiro\pom.xml
     目录           0  2019-02-22 11:07  shiro\shiro-admin\
     文件         268  2019-02-22 11:07  shiro\shiro-admin\.gitignore
     文件        1086  2019-02-22 11:07  shiro\shiro-admin\pom.xml
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\java\
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\java\com\
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\java\com\zyd\
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\java\com\zyd\shiro\
     文件        1621  2019-02-22 11:07  shiro\shiro-admin\src\main\java\com\zyd\shiro\ShiroAdminApplication.java
     目录           0  2019-02-22 11:07  shiro\shiro-admin\src\main\java\com\zyd\shiro\controller\
............此处省略164个文件信息

评论

共有 条评论