我手写的轮子开源了

我手写的轮子开源了

文章目录

1.gitee坐标和地址

1.1.gitee坐标

xml 复制代码
<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.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

2.github坐标和地址

2.1.github坐标

xml 复制代码
<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>

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

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和关注,请一键三连,么么么哒!

相关推荐
皮皮林5513 小时前
SpringBoot 全局/局部双模式 Gzip 压缩实战:14MB GeoJSON 秒变 3MB
java·spring boot
GitCode官方3 小时前
直播预告 | 开源低代码框架 Erupt 全生态讲解
低代码·开源
weixin_456904273 小时前
Spring Boot 用户管理系统
java·spring boot·后端
趁你还年轻_3 小时前
异步编程CompletionService
java
DKPT3 小时前
Java内存区域与内存溢出
java·开发语言·jvm·笔记·学习
sibylyue3 小时前
Guava中常用的工具类
java·guava
奔跑吧邓邓子3 小时前
【Java实战㉞】从0到1:Spring Boot Web开发与接口设计实战
java·spring boot·实战·web开发·接口设计
专注API从业者4 小时前
Python/Java 代码示例:手把手教程调用 1688 API 获取商品详情实时数据
java·linux·数据库·python
奔跑吧邓邓子4 小时前
【Java实战㉝】Spring Boot实战:从入门到自动配置的进阶之路
java·spring boot·实战·自动配置
ONLYOFFICE4 小时前
【技术教程】如何将ONLYOFFICE文档集成到使用Spring Boot框架编写的Java Web应用程序中
java·spring boot·编辑器