美文网首页我爱编程Fast-Boot
针对SpringBoot 封装的一个方便快捷的web 程序

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

作者: 不忘初心_jzy | 来源:发表于2018-04-15 22:12 被阅读0次

    最新文档请移驾到 码云gitee

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

    common-parent

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

    maven 坐标

    <dependency>
        <groupId>cn.jiangzeyin</groupId>
        <artifactId>common-parent</artifactId>
        <version>VSESION</version>
    </dependency>
    

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

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

    子项目:

    1.common-boot

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

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

    maven坐标

    <dependency>
        <groupId>cn.jiangzeyin</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</groupId>
        <artifactId>common-redis</artifactId>
    </dependency>
    

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

    相关文章

      网友评论

        本文标题:针对SpringBoot 封装的一个方便快捷的web 程序

        本文链接:https://www.haomeiwen.com/subject/xrvjkftx.html