Code Monkey home page Code Monkey logo

fast-boot's Introduction

针对SpringBoot 封装的一系列的快捷包 提供公共的Controller、自动化拦截器、启动加载资源接口、线程池管理

Maven metadata URI Hex.pm jdk travis

安装

Maven

在SpringBoot项目的pom.xml 添加如下代码

<dependencies>
    <groupId>cn.jiangzeyin.fast-boot</groupId>
    <artifactId>common-parent</artifactId>
    <version>VERSION</version>
</dependencies>

注:VERSION 请更换为公共maven库最新的版本号

版本变更

文档

博客地址

参考API

依赖

SpringBoot starter-web

HuTool

fastjson

J2Cache

子项目:

1.common-boot

此模块主要封装Boot 程序的常用工具和内存缓存

如:公共的Controller、自动化拦截器、启动加载资源接口、线程池管理

maven坐标

<dependency>
    <groupId>cn.jiangzeyin.fast-boot</groupId>
    <artifactId>common-boot</artifactId>
</dependency>

地址:https://gitee.com/keepbx/common-parent/tree/master/common-boot

2.common-redis

此模块主要是封装了SpringBoot 里面包含Redis 的操作支持动态指定使用数据库编号

maven坐标

<dependency>
    <groupId>cn.jiangzeyin.fast-boot</groupId>
    <artifactId>common-redis</artifactId>
</dependency>

特点:支持动态指定Redis 索引库编号

地址:https://gitee.com/keepbx/common-parent/tree/master/common-redis

提供bug反馈或建议

fast-boot's People

Contributors

bwcx-jzy avatar ouyuone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.