针对SpringBoot 封装的一个方便快捷的web 程序

最新文档请移驾到 码云gitee

https://gitee.com/jiangzeyin/common-parent

common-parent

针对SpringBoot 封装的一系列的快捷包

maven 坐标


    cn.jiangzeyin
    common-parent
    VSESION

注:VSESION 请更换为最新的版本号

博客地址:http://blog.csdn.net/jiangzeyin_/article/details/78709043

子项目:

1.common-boot

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

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

maven坐标


    cn.jiangzeyin
    common-boot

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

2.common-redis

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

maven坐标


    cn.jiangzeyin
    common-redis

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

你可能感兴趣的:(针对SpringBoot 封装的一个方便快捷的web 程序)