Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

Awesome Lists containing this project

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