This message was deleted.
# community-support
s
This message was deleted.
a
What does the 2nd option mean? What do
bom-lib-artifact1
etc contain? I've used the 1st style for a few years now with great success.
a
just different parts of a library. in the second option i would essentially be flattening out the bom-lib alongside other libs (not related to bom-lib) in the monorepo.
example: in the context of a library that uses BOM such as
spring-boot
, different components of it like
starter-web
,
starter-actuator
or
devtools
.
a
I see. Personally I wouldn't place any other libs that aren't part of the BOM inside the monorepo.
a
Thanks!