https://github.com/roncoo/roncoo-spring-boot
Spring Boot官方提供了很多第三方的框架集成,但是在国内还有很多优秀的框架没有进行集成,因此领课决定进行对Spring官方没有支持的框架进行集成,这样也方便大家的使用
https://github.com/roncoo/roncoo-spring-boot
druid fastdfs minio roncoo spring-boot xxl-job
Last synced: 2 months ago
JSON representation
Spring Boot官方提供了很多第三方的框架集成,但是在国内还有很多优秀的框架没有进行集成,因此领课决定进行对Spring官方没有支持的框架进行集成,这样也方便大家的使用
- Host: GitHub
- URL: https://github.com/roncoo/roncoo-spring-boot
- Owner: roncoo
- License: apache-2.0
- Created: 2017-04-19T05:14:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T14:01:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T11:10:57.303Z (about 1 year ago)
- Topics: druid, fastdfs, minio, roncoo, spring-boot, xxl-job
- Language: Java
- Homepage: https://www.roncoo.net/
- Size: 125 KB
- Stars: 9
- Watchers: 12
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# roncoo-spring-boot
## 说明
* Spring Boot官方提供了很多第三方的框架集成,但是在国内还有很多优秀的框架没有进行集成,因此领课决定进行对Spring官方没有支持的框架进行集成,这样也方便大家的使用。
* 为了方便使用,我们已经把其发布在Maven的中央库,可以直接引用## 更新
* 2022-07-15 升级shiro的版本到1.7.1
* 2021-09-16 升级MinIO的版本到8.3.0
* 2021-03-03 优化增加MinIO和FastDFS的启用开关
* 2021-02-20 集成MinIO,并升级xxl-job的版本
* 2021-01-20 集成FastDFS,并升级Spring Boot的版本
* 2020-11-16 修复xxl-job本地启动产生端口冲突的bug
* 2019-12-16 升级xxl-job版本到2.1.2
* 2019-12-09 集成xxl-job并升级Spring Boot的版本,移除druid,因为官方已经集成,这里不再维护
* 2019-01-05 升级Spring Boot的版本
* 2017-11-07 集成Shiro并升级Spring Boot的版本
* 2017-04-20 集成国内优秀的数据链接池Druid## 使用说明
```com.roncoo
roncoo-spring-boot-starter-minio
建设使用最新版com.roncoo
roncoo-spring-boot-starter-fastdfs
建设使用最新版com.roncoo
roncoo-spring-boot-starter-xxl-job
建设使用最新版com.roncoo
roncoo-spring-boot-starter-shiro
建设使用最新版```