1 Star 0 Fork 36

江北青衣 / Fast-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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

Maven metadata URI Hex.pm jdk

安装

Maven

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

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

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

版本变更

文档

博客地址

参考API

子项目:

1.common-boot

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

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

maven坐标

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

地址:https://gitee.com/jiangzeyin/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/jiangzeyin/common-parent/tree/master/common-redis

提供bug反馈或建议

空文件

简介

针对SpringBoot 进行封装的一个程序 方便快速创建程序,拦截器,预加载资源,key-value 缓存,线程池 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/JiangBeiQingYi/common-parent.git
git@gitee.com:JiangBeiQingYi/common-parent.git
JiangBeiQingYi
common-parent
Fast-boot
master

搜索帮助