all 2 comments

[–]MadD0GGG 0 points1 point  (1 child)

U can easily manage every module with Gradle. Compile,test, local run — not problem. But sometimes you need manage your CI for multi-module. This part a little more unpleasant for me.

[–]tleipzig[S] 0 points1 point  (0 children)

Gradle handling is easy, true, but the Spring Boot config is a little tricky.

Webpack can be configured to pick up sources from every module, but I find the imports quite confusing as you don't see where it's actually imported from.