当前位置:   article > 正文

我手写的轮子开源了

我手写的轮子开源了

我手写的轮子开源了

1.gitee坐标和地址

1.1.gitee坐标

<dependency>
    <groupId>io.gitee.bigbigfeifei</groupId>
    <artifactId>es-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.gitee.bigbigfeifei</groupId>
    <artifactId>mqtt-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.gitee.bigbigfeifei</groupId>
    <artifactId>rabbitmq-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.gitee.bigbigfeifei</groupId>
    <artifactId>ding-robot-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20

1.2.gitee地址

https://gitee.com/BigBigFeiFei/es-spring-boot-start
https://gitee.com/BigBigFeiFei/mqtt-spring-boot-start
https://gitee.com/BigBigFeiFei/rabbitmq-spring-boot-start
https://gitee.com/BigBigFeiFei/ding-robot-spring-boot-start
  • 1
  • 2
  • 3
  • 4

2.github坐标和地址

2.1.github坐标

<dependency>
    <groupId>io.github.bigbigfeifei</groupId>
    <artifactId>es-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.github.bigbigfeifei</groupId>
    <artifactId>mqtt-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.github.bigbigfeifei</groupId>
    <artifactId>rabbitmq-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
<dependency>
    <groupId>io.github.bigbigfeifei</groupId>
    <artifactId>ding-robot-spring-boot-start</artifactId>
    <version>1.0</version>
</dependency>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20

2.2.github地址

https://github.com/BigBigFeiFei/es-spring-boot-start
https://github.com/BigBigFeiFei/mqtt-spring-boot-start
https://github.com/BigBigFeiFei/rabbitmq-spring-boot-start
https://github.com/BigBigFeiFei/ding-robot-spring-boot-start
  • 1
  • 2
  • 3
  • 4

3.总结

  这几个starter我觉得思路最好的就是这个rabbitmq-spring-boot-start,这个思路适用于springBoot官方提供的所有的start的重写,如果你想玩多个配置的话,这个思路是一个不错的选择,全网我各种搜索都还没有这种实现的,我基本测试了下,是ok的,上面提供出来的包我都引入项目测试了都是可以跑起来了的,这几个start都有readme.md文件的,教程都写的很清楚的还有我之前的文章链接的,如果大家在使用的过程中遇到啥问题bug可以联系我,或者自己把源码拉下来改改也是可以的,毕竟我这个是开源的,这个就是平时的一些项目代码中的沉淀,也不能白搞,总还是有收获的,总得留下点什么嘛,虽然说写的一般但是思路还是可以的,毕竟网上都还没有哪个人这种搞过的,用习惯了springBoot官方提供的,已经形成了定势思维了,也没有说想着把它推翻重造的想法和实践,都是喜欢用现成的,能跑就行,但是如果你有自己的思路然后把springBoot官方的提供的可以推翻重写的话,我相信乐趣是无穷的,同时给你带来成就感,写代码其实也并没有那么枯燥乏味,也有乐趣和充满了探索实践在里面的,如果后续有啥新的想法实现也会开源的,如果想用springBoot3.x来自动装配需要对源码进行修改,里面的依赖需要换成springBoot3.x相关的依赖,springBoot3.x的starter的写法跟springBoot2.x的略有不同,这个可以去网上百度,这几个starter配置使用都很简单,对业务使用友好,效率高,让代码更简洁,这几个项目如果后续有啥拓展的我会更新发布的,基本上是不会有啥拓展和更新了,因为都没有啥业务场景,希望我的分享对你有所启发和帮助,请给我写的这几个start点个start和关注,请一键三连,么么么哒!

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号