# springboot超级文件带师 **Repository Path**: hirofumip/spring-boot-super-file-manager ## Basic Information - **Project Name**: springboot超级文件带师 - **Description**: 用springboot开发的超级文件带师,很方便的收集文件,比你邮箱快多了,方便多了。 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-12-23 - **Last Updated**: 2021-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springboot超级文件带师介绍 欢迎各位大佬、同学、老师观摩这个小玩意,超级文件带师。接下来我将告诉你如何部署该项目。该项目是idea运行环境,maven项目,在idea导入项目后,maven自动解决依赖问题,即可运行,十分方便。 - 支持创建文件夹,并对文件夹进行描述,方便收集文件。 - 描述支持富文本,插入视频、音频、图片、超链接等。 - 支持最多3个参数命名文件名。 - 项目采用axios、vue、springboot 非常好学习 ## 需要配置一下fartherDir ```java package com.lazyfish.superdir.entity; public class FatherDir { //private static String path = "D:\\tmp"; private static String path = "/root/testdir"; public static String getPath() { return path; } } ``` ## 设置一下数据库 ```xml #置服务器信息 server: port: 8082 spring: #mysq1数据库相关配置 datasource: url: jdbc:mysql://XX/XX?characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false username: XX password: XX driver-class-name: com.mysql.jdbc.Driver resources: static-locations: classpath:templates/ ``` ## 页面功能介绍 |页面|功能 | |--|--| | login.html | 登录页面 | | upload.html | 上传页面 | | dirManager.html | 文件夹管理页面 | ## 登录页面 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20201205205030399.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzM1Mzg5Ng==,size_16,color_FFFFFF,t_70) ## 管理页面 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20201205205200661.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzM1Mzg5Ng==,size_16,color_FFFFFF,t_70) ## 上传页面 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20201205205445652.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzM1Mzg5Ng==,size_16,color_FFFFFF,t_70) ## Log v1.0.0(2020-12-05) - 第一版