• 大小: 4.70M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-06-13
  • 语言: Java
  • 标签: 后端  springboot  vue  

资源简介

* 前端采用Vue、Element UI。
* 后端采用Spring Boot、Spring Security、Redis & Jwt。
* 权限认证使用Jwt,支持多终端认证系统。
* 支持加载动态权限菜单,多方式轻松权限控制。
* 高效率开发,使用代码生成器可以一键生成前后端代码。

资源截图

代码片段和文件信息

package com.ruoyi;

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

/**
 * 启动程序
 * 
 * @author ruoyi
 */
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
public class RuoYiApplication
{
    public static void main(String[] args)
    {
        // System.setProperty(“spring.devtools.restart.enabled“ “false“);
        SpringApplication.run(RuoYiApplication.class args);
        System.out.println(“(♥◠‿◠)ノ゙  若依启动成功   ლ(´ڡ‘ლ)゙  \n“ +
                “ .-------.       ____     __        \n“ +
                “ |  _ _   \\      \\   \\   /  /    \n“ +
                “ | ( ‘ )  |       \\  _. /  ‘       \n“ +
                “ |(_ o _) /        _( )_ .‘         \n“ +
                “ | (__).‘ __  ___(_ o _)‘          \n“ +
                “ |  |\\ \\  |  ||   |(__)‘         \n“ +
                “ |  | \\ ‘‘   /|   ‘-‘  /           \n“ +
                “ |  |  \\    /  \\      /           \n“ +
                “ ‘‘-‘   ‘‘-‘    ‘-..-‘              “);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2021-08-11 15:39  .git\
     文件         328  2021-08-11 15:38  .git\config
     文件          73  2021-08-11 15:38  .git\description
     文件          41  2021-08-11 15:39  .git\HEAD
     目录           0  2021-08-11 15:38  .git\hooks\
     文件         478  2021-08-11 15:38  .git\hooks\applypatch-msg.sample
     文件         896  2021-08-11 15:38  .git\hooks\commit-msg.sample
     文件        4655  2021-08-11 15:38  .git\hooks\fsmonitor-watchman.sample
     文件         189  2021-08-11 15:38  .git\hooks\post-update.sample
     文件         424  2021-08-11 15:38  .git\hooks\pre-applypatch.sample
     文件        1643  2021-08-11 15:38  .git\hooks\pre-commit.sample
     文件         416  2021-08-11 15:38  .git\hooks\pre-merge-commit.sample
     文件        1348  2021-08-11 15:38  .git\hooks\pre-push.sample
     文件        4898  2021-08-11 15:38  .git\hooks\pre-rebase.sample
     文件         544  2021-08-11 15:38  .git\hooks\pre-receive.sample
     文件        1492  2021-08-11 15:38  .git\hooks\prepare-commit-msg.sample
     文件        3635  2021-08-11 15:38  .git\hooks\update.sample
     文件       70272  2021-08-11 15:39  .git\index
     目录           0  2021-08-11 15:38  .git\info\
     文件         240  2021-08-11 15:38  .git\info\exclude
     目录           0  2021-08-11 15:38  .git\logs\
     文件         337  2021-08-11 15:39  .git\logs\HEAD
     目录           0  2021-08-11 15:38  .git\logs\refs\
     目录           0  2021-08-11 15:38  .git\logs\refs\heads\
     文件         177  2021-08-11 15:38  .git\logs\refs\heads\master
     目录           0  2021-08-11 15:38  .git\logs\refs\remotes\
     目录           0  2021-08-11 15:38  .git\logs\refs\remotes\origin\
     文件         177  2021-08-11 15:38  .git\logs\refs\remotes\origin\HEAD
     目录           0  2021-08-11 15:38  .git\objects\
     目录           0  2021-08-11 15:38  .git\objects\info\
     目录           0  2021-08-11 15:38  .git\objects\pack\
............此处省略878个文件信息

评论

共有 条评论