Monorepos
Last updated
Was this helpful?
Last updated
Was this helpful?
Monorepo
encourages developers to split monolith codebase into microservices and microapps, and manage them in single repository so that we can effortlessly keep all sub-modules in sync with consistent dependencies and versions. Developer can share code via lib
modules.
All app
modules that includes application
and springboot
gradle plugins will automatically enabled for containerization with
This Monorepo
template project is test framework agnostic. You can use Spek
, JUnit
or Spock
Framework.
you can build Docker
and images with and deploy to Kubernetes
Each module can use your choice of JVM languages. Supports Java, Groovy, Kotlin, Scala.