Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 2.24 KB

README.md

File metadata and controls

59 lines (51 loc) · 2.24 KB

中文 | English

     __                    _         _             _ __  
    / _|  __ _     ___    | |_    __| |    ___    | '_ \ 
   |  _| / _` |   (_-<    |  _|  / _` |   / -_)   | .__/ 
  _|_|_  \__,_|   /__/_   _\__|  \__,_|   \___|   |_|__  
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| 
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' 

fastdep

release stars fastdep Apache License, Version 2.0

fastdep是一个快速集成依赖的框架,集成了一些常用公共的依赖。

快速开始

如果你想使用fastdep,你需要:

  • Java 1.8+
  • Spring Boot 2.0+
  • 引入依赖
    • Maven
    <dependency>
        <groupId>com.louislivi.fastdep</groupId>
        <artifactId>${模块名称}</artifactId>
        <version>1.0.7</version>
    </dependency>
    • Gradle
    compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.7'

模块

模块名称 描述 引入的依赖
fastdep-datasource 多数据源 JTA+Druid+Mybatis
fastdep-redis Redis多数据源 Redis+RedisTemplate
fastdep-shiro-jwt ShiroJWT Shiro+JWT
fastdep-file 文件上传下载

文档

更多信息可以在 Fastdep 首页 中找到.

协议

Apache Licence v2