-
大小: 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\desc
文件 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-reba
文件 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\ob
目录 0 2021-08-11 15:38 .git\ob
目录 0 2021-08-11 15:38 .git\ob
............此处省略878个文件信息
- 上一篇:Aide直装模板
- 下一篇:森林冰火人单人版(源码)
相关资源
- springboot2.0+spring cloud+eureka(分布式项
- Vue + SpringBoot + MyBatis 音乐网站(源码
- springBoot项目的代码生成器
- Java SpringBoot 支付宝和微信支付整合
- Spring Boot技术栈博客企业前后端.txt
- 支付宝支付参考代码服务端
- 《Java Web开发实战经典》.(李兴华)
- 一个简单的电商系统
- java开发校招面试题库附答案与解析
- 整合springboot+mvc+mybatis(通用mapper)
- Java+SpringBoot+MyBatis+Maven+MySQL实现的一个
- 前后端分离的Java快速开发平台之轻量
- jasperreport-fonts-6.5.1.jar 中文
- JavaEE开发的颠覆者 Spring Boot实战源代
- SpringBoot+iReport打印单张和多张报表包
- lombok jar包
- Springboot实现语音识别听写
- Javaweb课设||毕业设计点餐系统前后端
- springboot网上书城项目毕业设计程序
- 安卓仿微博客户端源码&php;后端源码
- 一个在线视频网站的java web 后端开发
- 基于springboot电商订单管理毕业设计程
- springboot教学评价系统毕业设计程序
- Android安卓在线订餐外卖APP+后端接口
- springboot床上用品销售系统毕业设计程
- springboot权限控制系统
- 微信小程序源码:含JAVA后端:拼车
- springboot家政服务平台毕业设计程序
- springboot校园招聘系统毕业设计程序
- [www.java1234.com]Springboot打造企业级进销
评论
共有 条评论