.github/workflows Update ci.yaml Jan 12, 2025 .mvn chore(deps): update dependency maven to v3.9.9 Aug 18, 2024 mybatis-spring-boot-autoconfigure [maven-release-plugin] prepare for next development iteration Nov 27, 2024 mybatis-spring-boot-samples ...
--根据springboot 依赖版本管理--><dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.1.6.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </...
在application.yml添加elasticjob的相关配置信息,样例配置如下: 具体配置请参照http://elasticjob.io/docs/elastic-job-lite/02-guide/config-manual配置。 spring:elasticjob:#注册中心配置zookeeper:server-lists:127.0.0.1:6181namespace:elastic-job-spring-boot-stater-demo#简单作业配置simples:#spring简单作业示例配...
没有太多多余的代码,记录下来主要是为了以后写starter的时候有个模板可以直接拖下来参考。 github项目地址:rain-spring-boot-starter 操作步骤 starter项目 (1) 新建一个maven项目,项目名推荐命名为:xxxx-spring-boot-starter,为了和官方starter的命名[spring-boot-starter-xxxx]区分开来。 (2) 在pom.xml中引入spring...
项目Gitee链接:Java3y/austingitee.com/zhongfucheng/austin项目GitHub链接:GitHub - ZhongFuCheng3y/...
eventbus是基于Spring Boot Starter的分布式业务消息分发总线组件(发布/订阅模式),支持延时消息。可使用Redis、RabbitMQ、RocketMQ等任意一种做底层的消息引擎,开源不易,点个Star关注更新吧。 Github项目地址:https://github.com/likavn/event https://gitee.com/likavn/eventb ...
源码地址:mobaijun/swagger-spring-boot-starter (github.com) 注册配置 在src/main/resource 下新建 META-INFO/spring.factories 文件。设置如下即可: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ com.mobaijun.swagger.config.SwaggerConfiguratio...
github项目地址:https://github.com/LianjiaTech/retrofit-spring-boot-starter gitee项目地址:https://gitee.com/lianjiatech/retrofit-spring-boot-starter 示例demo:https://github.com/ismart-yuxi/retrofit-spring-boot-demo 感谢@ismart-yuxi为本项目写的示例demo 功能特性 自定义OkHttpClient 注解式拦截器 日志打...
SFTP文件传输的Spring Boot Starter,通过与Spring Data XxxTemplate模板类一样的 SftpTemplate 轻松完成文件传输。使用Commons-pool2作为连接池。 SpringBoot SFTP https://github.com/hligaty/haibaracp-spring-boot-starter Java Apache-2.0 保存更改 发行版 ...
下面是这个Demo的github地址,推荐给有兴趣的小伙伴们。 模仿springboot内部结构自定义Starter。此外,如何自定义一个Starter,可以参考下Mybatis的spring-boot-starter是如何编写的。 6 小结 好了,SpringBoot内置的各种Starter的构建原理分析就到此结束了,现将关键点总结下: ...