close
The Wayback Machine - https://web.archive.org/web/20201202180331/https://github.com/louislivi/fastdep
Skip to content
master
Go to file
Code

Latest commit

Modifying the JWT validation method and throwing an exception detail message
0cb20e4

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

中文 | 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.4</version>
    </dependency>
    • Gradle
    compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.4'

模块

模块名称 描述 引入的依赖
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

Packages

No packages published

Languages

You can’t perform that action at this time.