Skip to content

Capa Java BOM : collection of components needed for cloud native applications

Notifications You must be signed in to change notification settings

capa-cloud/capa-java-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

一、BOM 设计

1. 核心设计思路

1.1 所有第三方依赖都放在thirdparty-bom中

参考一些开源框架bom的设计,我们应该将所有第三方依赖的版本管理放到一个thirdparty-bom中。

之后无论哪个中间件引用,所有的第三方依赖版本都应该由这个thirdparty-bom来管理。

这样可以避免每个capa中间件在引用第三方依赖时,随意指定版本的问题。

About

Capa Java BOM : collection of components needed for cloud native applications

Resources

Stars

Watchers

Forks

Packages

No packages published