spring-boot-starter-dubbo
spring-boot-starter-dubbo copied to clipboard
重构 dubbo-spring-boot-starter 目录结构
将 dubbo-spring-boot-starter
编程模块管理工程,命名为 dubbo-spring-boot-project
子模块结构如下:
-
dubbo-spring-boot-parent
: 管理 Dubbo Spring Boot parent 工程,管理依赖等 -
dubbo-spring-boot-starter
: Dubbo Spring Boot Starter 工程,无代码 -
dubbo-spring-boot-autoconfigure
: Dubbo Spring Boot 自动装配工程 -
dubbo-spring-boot-actuator
: Dubbo Spring Boot Acutor 工程 (Production-Ready Features) -
dubbo-spring-boot-samples
: Dubbo Spring Boot demo 工程
参考开源工程:
- MyBatis :https://github.com/mybatis/spring-boot-starter
- Spring Boot: https://github.com/spring-projects/spring-boot/
great !
Looking forward to the release version。