{"id":18810957,"url":"https://github.com/roncoo/roncoo-spring-boot","last_synced_at":"2025-04-13T20:31:12.153Z","repository":{"id":20067161,"uuid":"88703560","full_name":"roncoo/roncoo-spring-boot","owner":"roncoo","description":"Spring Boot官方提供了很多第三方的框架集成，但是在国内还有很多优秀的框架没有进行集成，因此领课决定进行对Spring官方没有支持的框架进行集成，这样也方便大家的使用","archived":false,"fork":false,"pushed_at":"2023-07-25T14:01:07.000Z","size":128,"stargazers_count":9,"open_issues_count":2,"forks_count":20,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-04-17T11:10:57.303Z","etag":null,"topics":["druid","fastdfs","minio","roncoo","spring-boot","xxl-job"],"latest_commit_sha":null,"homepage":"https://www.roncoo.net/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roncoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-19T05:14:10.000Z","updated_at":"2022-07-15T06:18:15.000Z","dependencies_parsed_at":"2022-08-07T09:15:50.661Z","dependency_job_id":null,"html_url":"https://github.com/roncoo/roncoo-spring-boot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roncoo","download_url":"https://codeload.github.com/roncoo/roncoo-spring-boot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223603597,"owners_count":17172126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["druid","fastdfs","minio","roncoo","spring-boot","xxl-job"],"created_at":"2024-11-07T23:23:26.440Z","updated_at":"2024-11-07T23:23:26.979Z","avatar_url":"https://github.com/roncoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roncoo-spring-boot\n\n## 说明\n\n* Spring Boot官方提供了很多第三方的框架集成，但是在国内还有很多优秀的框架没有进行集成，因此领课决定进行对Spring官方没有支持的框架进行集成，这样也方便大家的使用。\n* 为了方便使用，我们已经把其发布在Maven的中央库，可以直接引用\n\n## 更新\n\n* 2022-07-15 升级shiro的版本到1.7.1\n* 2021-09-16 升级MinIO的版本到8.3.0\n* 2021-03-03 优化增加MinIO和FastDFS的启用开关\n* 2021-02-20 集成MinIO，并升级xxl-job的版本\n* 2021-01-20 集成FastDFS，并升级Spring Boot的版本\n* 2020-11-16 修复xxl-job本地启动产生端口冲突的bug\n* 2019-12-16 升级xxl-job版本到2.1.2\n* 2019-12-09 集成xxl-job并升级Spring Boot的版本，移除druid，因为官方已经集成，这里不再维护\n* 2019-01-05 升级Spring Boot的版本\n* 2017-11-07 集成Shiro并升级Spring Boot的版本\n* 2017-04-20 集成国内优秀的数据链接池Druid\n\n## 使用说明\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.roncoo\u003c/groupId\u003e\n    \u003cartifactId\u003eroncoo-spring-boot-starter-minio\u003c/artifactId\u003e\n    \u003cversion\u003e建设使用最新版\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.roncoo\u003c/groupId\u003e\n    \u003cartifactId\u003eroncoo-spring-boot-starter-fastdfs\u003c/artifactId\u003e\n    \u003cversion\u003e建设使用最新版\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.roncoo\u003c/groupId\u003e\n    \u003cartifactId\u003eroncoo-spring-boot-starter-xxl-job\u003c/artifactId\u003e\n    \u003cversion\u003e建设使用最新版\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.roncoo\u003c/groupId\u003e\n    \u003cartifactId\u003eroncoo-spring-boot-starter-shiro\u003c/artifactId\u003e\n    \u003cversion\u003e建设使用最新版\u003c/version\u003e\n\u003c/dependency\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froncoo%2Froncoo-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froncoo%2Froncoo-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froncoo%2Froncoo-spring-boot/lists"}