yang yi 9de2ba153e config:后端项目,使用公共模块中的依赖 10 달 전
..
.mvn 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전
src 4684b16b7b feat:后端项目,sdk项目中测试修改后的客户端类 10 달 전
.gitattributes 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전
.gitignore 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전
mvnw 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전
mvnw.cmd 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전
pom.xml 9de2ba153e config:后端项目,使用公共模块中的依赖 10 달 전
readme.md 0c74d86c30 feat:自定义的springboot starter,使用springboot的自动配置机制实现一个SDK 11 달 전

readme.md

自定义的springBoot starter(Open-API-SDK)

使用springboot的自动配置机制,实现一个starter,方便其他项目引入sdk

  1. 编写配置类
  2. 编写自动配置类
  3. 编写spring.factories文件
  4. 编写配置文件
  5. 打包发布