资源简介

springboot整合fastdfs完整版代码,下载解压后需要在yml配置文件中填上你的数据库信息和安装fastdfs的服务器信息

资源截图

代码片段和文件信息

package hys.fileservice;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;

@SpringBootApplication
@ComponentScan(“hys.fileservice“)
public class FileServiceApplication {

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         16  2018-07-16 16:52  fileService\.git\COMMIT_EDITMSG

     文件        311  2018-05-17 19:41  fileService\.git\config

     文件         73  2018-05-17 19:41  fileService\.git\description

     文件        106  2018-07-16 18:35  fileService\.git\FETCH_HEAD

     文件         23  2018-05-17 19:41  fileService\.git\HEAD

     文件        478  2018-05-17 19:41  fileService\.git\hooks\applypatch-msg.sample

     文件        896  2018-05-17 19:41  fileService\.git\hooks\commit-msg.sample

     文件       3327  2018-05-17 19:41  fileService\.git\hooks\fsmonitor-watchman.sample

     文件        189  2018-05-17 19:41  fileService\.git\hooks\post-update.sample

     文件        424  2018-05-17 19:41  fileService\.git\hooks\pre-applypatch.sample

     文件       1642  2018-05-17 19:41  fileService\.git\hooks\pre-commit.sample

     文件       1348  2018-05-17 19:41  fileService\.git\hooks\pre-push.sample

     文件       4898  2018-05-17 19:41  fileService\.git\hooks\pre-rebase.sample

     文件        544  2018-05-17 19:41  fileService\.git\hooks\pre-receive.sample

     文件       1492  2018-05-17 19:41  fileService\.git\hooks\prepare-commit-msg.sample

     文件       3610  2018-05-17 19:41  fileService\.git\hooks\update.sample

     文件       2064  2018-07-16 18:35  fileService\.git\index

     文件        240  2018-05-17 19:41  fileService\.git\info\exclude

     文件       2426  2018-07-16 16:52  fileService\.git\logs\HEAD

     文件       2426  2018-07-16 16:52  fileService\.git\logs\refs\heads\master

     文件        184  2018-05-17 19:41  fileService\.git\logs\refs\remotes\origin\HEAD

     文件       2101  2018-07-16 16:52  fileService\.git\logs\refs\remotes\origin\master

     文件         46  2018-05-29 10:35  fileService\.git\objects\00\c05585384da855e8752859263015103d413072

     文件        110  2018-05-22 20:22  fileService\.git\objects\03\3e3c50aa1ea244c76434478a4f31c2b57c6cd8

     文件        111  2018-05-29 10:22  fileService\.git\objects\04\3e174bdcb073e272b2141c80a21998fa2bacea

     文件         45  2018-05-29 10:42  fileService\.git\objects\04\d630b5d690c088faae9317a48de3890166160f

     文件        170  2018-06-29 15:20  fileService\.git\objects\04\ff9a574fa7e4ac0e893aad425ce07d097ee753

     文件         45  2018-07-16 16:33  fileService\.git\objects\08\556514b25f2767341d1445b53f0d863c2b6a00

     文件         78  2018-05-17 19:41  fileService\.git\objects\0a\3d9f4c1f9e2b8bb47b28c7cee3eacb97044acc

     文件        298  2018-05-17 19:41  fileService\.git\objects\0c\b74f96a755836718a3f44dcd1412458aefa565

............此处省略461个文件信息

评论

共有 条评论