Skip to content

louislivi/fastdep

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

中文 | 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

About

Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages