Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spring File Storage | 505 | 2 months ago | 16 | November 14, 2022 | 5 | apache-2.0 | Java | |||
在 SpringBoot 中通过简单的方式将文件存储到 本地、FTP、SFTP、WebDAV、谷歌云存储、阿里云OSS、华为云OBS、七牛云Kodo、腾讯云COS、百度云 BOS、又拍云USS、MinIO、 AWS S3、金山云 KS3、美团云 MSS、京东云 OSS、天翼云 OOS、移动云 EOS、沃云 OSS、 网易数帆 NOS、Ucloud US3、青云 QingStor、平安云 OBS、首云 OSS、IBM COS、其它兼容 S3 协议的平台。后续即将支持 Samba、NFS | ||||||||||
Xjavafxtool Spring | 208 | 2 years ago | 3 | apache-2.0 | Java | |||||
基于JavaFx和SpringBoot搭建的实用小工具集合,方便开发过程中的代码编写与调试,想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具、Ftp服务器、Cmd调试工具、Ftp/Ftps/Sftp客户端调试工具、Pdf转换工具、文件列表生成器、图片压缩工具、图片转码工具、Kafka调试工具、Email群发工具、颜色代码转换工具、短信群发工具、脚本引擎调试、文件重命名、Json转换、语音转换、Socket调试、图片解析、微信小程序反编译、Zookeeper操作、Excel拆分合并、文件夹监控、文件编码检测、传输、端口扫描、久坐提醒、随机数生成、剪贴板历史等工具 | ||||||||||
Springmore | 148 | 6 years ago | Java | |||||||
基础框架,通用功能封装 | ||||||||||
Choerodon File | 27 | 4 months ago | Java | |||||||
The file service is built on minio server, we can use minio client to upload and delete files. | ||||||||||
Simple Ftp | 26 | 8 years ago | 2 | C | ||||||
My final project for CMPE-150 at UCSC during Spring 2004. | ||||||||||
Realtime Streaming Datamicroservices Appmicroservices | 19 | 7 years ago | Java | |||||||
IoT use case demonstrated using data micorservices (Spring Cloud Data Flow) and application microservices, both running on Pivotal Cloud Foundry | ||||||||||
Google Drive Ftp Adapter Online | 16 | 5 years ago | 5 | apache-2.0 | Java | |||||
Google Drive FTP Adapter Online service to connect your FTP Clients to Google Drive | ||||||||||
Spring Cloud Task Webinar | 11 | 7 years ago | Shell | |||||||
Code and presentation from my Spring Cloud Task webinar delivered April 28th, 2016 | ||||||||||
Spring Boot Ftp Client | 7 | 5 years ago | mit | Java | ||||||
Spring boot project for using Apache Commons FTPClient through a simplified interface. | ||||||||||
Ftp Integration | 6 | 3 years ago | Java | |||||||
Hi Spring fans! In this installment of Spring Tips we look at the wide world of FTP integration with Spring Integration |
gitee地址:xJavaFxTool-spring
GitHub地址:xJavaFxTool-spring
腾讯云开发平台地址:xJavaFxTool-spring
xJavaFxTool交流QQ群:== 387473650 ==
xJavaFxTool-spring是基于springBoot,使用javaFx开发的实用小工具集,利用业余时间把工作中遇到的一些问题总结起来,打包进小工具集中,供大家参考和使用,里面包含了javaFx的一些功能的示例,如布局、国际化、第三方UI库(controlsfx、JFoenix等)、外部jar包加载(插件机制)等一些常用功能,想学习javaFx的同学可以参考参考,学习javaFx的资料参考www.javafxchina.net
xJavaFxTool-spring为基于原有项目xJavaFxTool之上构建的,后续两个版本都会更新,感谢大家的支持。
将插件jar包放至根目录libs下即可自动加载(插件开发示例见开源项目xJavaFxTool-plugin,后续准备将小工具拆分至各插件中按需加载,目前插件功能暂不完善,后续将各功能拆分至各模块按需加载,减小jar包的大小);
项目开发中,以后会陆续添加新工具,欢迎大家参与其中,多提提意见,谢谢。
xJavaFxTool-spring
├─ images 项目截图
├─ libs 插件jar包存放
├─ pom.xml maven配置文件
├─ README.md 说明文件
├─ src
│ ├─ main
│ │ ├─ java
│ │ │ └─ com
│ │ │ └─ xwintop
│ │ │ └─ xJavaFxTool
│ │ │ ├─ common 第三方工具类
│ │ │ ├─ config springBoot配置类
│ │ │ ├─ controller javafx控制层
│ │ │ │ ├─ javaFxTools javaFx工具控制层
│ │ │ │ └─ index 首页控制层
│ │ │ ├─ fxmlView FxmlView控制层
│ │ │ ├─ model 基础bean类层
│ │ │ ├─ services 工具服务层
│ │ │ │ ├─ javaFxTools javaFx工具服务层
│ │ │ │ └─ index 首页工具服务层
│ │ │ ├─ utils 系统工具类
│ │ │ └─ view javafx视图层
│ │ │ ├─ javaFxTools javaFx工具视图层
│ │ │ └─ index 首页工具视图层
│ │ └─ resources
│ │ ├─ com
│ │ │ └─ xwintop
│ │ │ └─ xJavaFxTool
│ │ │ └─ fxmlView .fxml文件
│ │ ├─ config 配置文件
│ │ │ └─ toolFxmlLoaderConfiguration.xml 系统菜单加载配置文件
│ │ ├─ css 样式资源
│ │ ├─ images 图片资源
│ │ ├─ locale 国际化
│ │ ├─ application.yml SpringBoot配置文件
│ │ ├─ banner.txt 启动banner图片
│ │ └─ logback.xml logback日志配置文件
│ └─ test 测试类
│ ├─ java
│ └─ resources
运行截图展示: