Free web disk system, put whatever you want

image

Work

can

General

Narrate

Keywords:  java open source lightweight  private network disk

A convenient, open source, and fully functional personal and team network disk server management system developed based on the java language. kiftd can help you quickly build a network disk system for families, teams or organizations, which is simple, efficient and versatile. You can get the source code of kiftd here, download, read and refactor it.

Work

can

special

Sex

Functional characteristics description JDK version: 1.8.0 Project management framework: Maven encoding format: UTF-8 Resources and configuration: Spring Boot+MyBatis+H2DB  


Description of the basic structure of the program

  1. Source code resource folder: /src/main/java/

  2. Entry class: MC

  3. Web interface request processing package: controller, filter

  4. Web interface operation logic package: service

  5. Core functions and file system implementation packages: util, listener, mapper, model

  6. Server behavior control class: KiftdCtl

  7. Server interface related packages: printer

  8. Related package: file_system_manager

  9. Third-party tool license package: licenses

  10. Web page static resource folder: /webContext/

  11. mybatis mapping table folder: /mybatisResource/

  12. External reference resource (generated after compilation) folder: /libs/

  13. Refer to the font folder: /fonts/

  14. Set file folder: /conf/

  15. Log folder: /logs/

  16. Compile output folder: /target/

  17. Maven configuration file: /pom.xml

Make

use

One

law

start method:

  1. Use Eclipse to import as a project and set the build path
  2. Use the Maven option to update the project and ensure that the pom file is included
  3. Open kohgylw.kiftd.mc.MC class for test run
  4. Right-click the project and execute the Maven install operation in the Run with option to compile and generate the jar program in the target folder.
  5. Copy the generated jar program to the main directory of the project and start using it.

Work

can

Browse

View

image


Private network disk: can help you quickly build a network disk system for families, teams or organizations, it is simple, efficient and versatile


under

Load

Ground

site

Netdisk download address: https://pan.baidu.com/s/13wMkIouF5uUgnrA658fHTg&shfl=sharepset extraction code: krkj (copy the link to download, long-term effective)     


Free

responsibility

sound

Bright


[ Writing instructions ] The above content is shared with programmers who like to program and have dreams, and hope to help you. The above article belongs to the original public account. If you need to reprint, please indicate the source. [ Disclaimer ] This public platform is not an advertiser, nor does it advertise for other third-party websites or individuals. The source code and articles shared here are some of the projects that I think are good in the project and study. Some voluntary download or payment behaviors generated by users. There is no direct relationship with the platform [ Submission Email ] [email protected], welcome to contribute and share your high-quality source code or articles. [ Tell you a little secret ] Below is the editor WeChat, if you have anything to do, you can private message.


Guess you like

Origin blog.51cto.com/15067267/2576544