{"id":13789196,"url":"https://github.com/louislivi/fastdep","last_synced_at":"2025-04-06T16:15:22.421Z","repository":{"id":36235134,"uuid":"222046477","full_name":"louislivi/fastdep","owner":"louislivi","description":"Fast integration dependencies in spring boot.是一个快速集成依赖的框架，集成了一些常用公共的依赖。例：多数据源，Redis，JWT...","archived":false,"fork":false,"pushed_at":"2022-06-21T02:14:51.000Z","size":129,"stargazers_count":257,"open_issues_count":9,"forks_count":52,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T15:09:24.679Z","etag":null,"topics":["dependencies","druid","java","jwt","multiple-datasource","pool","redis","spring-boot-2"],"latest_commit_sha":null,"homepage":"https://fastdep.louislivi.com","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/louislivi.png","metadata":{"files":{"readme":"README-EN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-16T04:24:44.000Z","updated_at":"2025-03-20T00:55:57.000Z","dependencies_parsed_at":"2022-09-18T14:23:51.085Z","dependency_job_id":null,"html_url":"https://github.com/louislivi/fastdep","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louislivi%2Ffastdep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louislivi%2Ffastdep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louislivi%2Ffastdep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louislivi%2Ffastdep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louislivi","download_url":"https://codeload.github.com/louislivi/fastdep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509238,"owners_count":20950232,"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":["dependencies","druid","java","jwt","multiple-datasource","pool","redis","spring-boot-2"],"created_at":"2024-08-03T21:00:59.927Z","updated_at":"2025-04-06T16:15:22.376Z","avatar_url":"https://github.com/louislivi.png","language":"Java","readme":"English | [中文](./README.md)\n```\n     __                    _         _             _ __  \n    / _|  __ _     ___    | |_    __| |    ___    | '_ \\ \n   |  _| / _` |   (_-\u003c    |  _|  / _` |   / -_)   | .__/ \n  _|_|_  \\__,_|   /__/_   _\\__|  \\__,_|   \\___|   |_|__  \n_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"|_|\"\"\"\"\"| \n\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-'\"`-0-0-' \n```\nfastdep\n============\n[![release](https://img.shields.io/github/release/louislivi/fastdep.svg?style=popout-square)](https://github.com/louislivi/fastdep/releases)\n[![stars](https://img.shields.io/github/stars/louislivi/fastdep.svg?style=popout-square)](https://github.com/louislivi/fastdep/stargazers)\n[![fastdep](https://img.shields.io/badge/fastdep-%F0%9F%92%97-pink.svg?style=popout-square)](https://github.com/louislivi/fastdep)\n[![Apache License, Version 2.0](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]\n\nfastdep is a framework for fast integration dependencies,\nintegrate some common dependency injections.\n\nQuick Build\n-------\nIf you want to bootstrap fastdep, you'll need:\n- Java 1.8+\n- Spring Boot 2.0+\n- Import dependency\n    - Maven\n    ```xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.louislivi.fastdep\u003c/groupId\u003e\n        \u003cartifactId\u003e${Module Name}\u003c/artifactId\u003e\n        \u003cversion\u003e1.0.7\u003c/version\u003e\n    \u003c/dependency\u003e\n    ```\n    - Gradle\n    ```groovy\n    compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.7'\n    ```\n  \nModules\n-------\n|  Module Name  |  Description  | Include dependency |\n| ------------ | ------------- | ------------------ |\n| [fastdep-datasource](https://fastdep.louislivi.com/#/module/fastdep-datasource)   | Multiple dataSource | jta+druid+mybatis |\n| [fastdep-redis](https://fastdep.louislivi.com/#/module/fastdep-redis)   | Multiple redis dataSource  | redis+redisTemplate |\n| [fastdep-shiro-jwt](https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt)   | ShiroJWT  | Shiro+JWT |\n| [fastdep-file](https://fastdep.louislivi.com/#/module/fastdep-file)   | File upload \u0026 download  | None |\n\nDocumentation\n-------------\n\nMore information can be found on [Fastdep Homepage][home].\n\nLicense\n-------\nThis code is under the [Apache Licence v2][license]\n\n\n[home]: https://fastdep.louislivi.com/\n[license]: https://www.apache.org/licenses/LICENSE-2.0\n[releases]: https://github.com/louislivi/fastdep/releases\n","funding_links":[],"categories":["Java","Java (504)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouislivi%2Ffastdep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouislivi%2Ffastdep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouislivi%2Ffastdep/lists"}