Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louislivi/fastdep
Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...
https://github.com/louislivi/fastdep
dependencies druid java jwt multiple-datasource pool redis spring-boot-2
Last synced: 29 days ago
JSON representation
Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...
- Host: GitHub
- URL: https://github.com/louislivi/fastdep
- Owner: louislivi
- License: apache-2.0
- Created: 2019-11-16T04:24:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T02:14:51.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:11:46.581Z (about 1 month ago)
- Topics: dependencies, druid, java, jwt, multiple-datasource, pool, redis, spring-boot-2
- Language: Java
- Homepage: https://fastdep.louislivi.com
- Size: 126 KB
- Stars: 260
- Watchers: 5
- Forks: 52
- Open Issues: 9
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seeds - fastdep
- awesome-hacking-lists - louislivi/fastdep - Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT... (Java)
README
English | [中文](./README.md)
```
__ _ _ _ __
/ _| __ _ ___ | |_ __| | ___ | '_ \
| _| / _` | (_-< | _| / _` | / -_) | .__/
_|_|_ \__,_| /__/_ _\__| \__,_| \___| |_|__
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'
```
fastdep
============
[![release](https://img.shields.io/github/release/louislivi/fastdep.svg?style=popout-square)](https://github.com/louislivi/fastdep/releases)
[![stars](https://img.shields.io/github/stars/louislivi/fastdep.svg?style=popout-square)](https://github.com/louislivi/fastdep/stargazers)
[![fastdep](https://img.shields.io/badge/fastdep-%F0%9F%92%97-pink.svg?style=popout-square)](https://github.com/louislivi/fastdep)
[![Apache License, Version 2.0](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]fastdep is a framework for fast integration dependencies,
integrate some common dependency injections.Quick Build
-------
If you want to bootstrap fastdep, you'll need:
- Java 1.8+
- Spring Boot 2.0+
- Import dependency
- Maven
```xml
com.louislivi.fastdep
${Module Name}
1.0.7
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.7'
```
Modules
-------
| Module Name | Description | Include dependency |
| ------------ | ------------- | ------------------ |
| [fastdep-datasource](https://fastdep.louislivi.com/#/module/fastdep-datasource) | Multiple dataSource | jta+druid+mybatis |
| [fastdep-redis](https://fastdep.louislivi.com/#/module/fastdep-redis) | Multiple redis dataSource | redis+redisTemplate |
| [fastdep-shiro-jwt](https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt) | ShiroJWT | Shiro+JWT |
| [fastdep-file](https://fastdep.louislivi.com/#/module/fastdep-file) | File upload & download | None |Documentation
-------------More information can be found on [Fastdep Homepage][home].
License
-------
This code is under the [Apache Licence v2][license][home]: https://fastdep.louislivi.com/
[license]: https://www.apache.org/licenses/LICENSE-2.0
[releases]: https://github.com/louislivi/fastdep/releases