# Monorepos

`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 [Jib](https://github.com/GoogleContainerTools/jib)

## Testing

This `Monorepo` template project is test framework agnostic. You can use `Spek`, `JUnit` or `Spock` Framework.

## Deploy

you can build `Docker` and [OCI](https://github.com/opencontainers/image-spec) images with [Jib](https://github.com/GoogleContainerTools/jib) and deploy to `Kubernetes`

## Polyglot

Each module can use your choice of JVM languages. Supports Java, Groovy, Kotlin, Scala.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xmlking.gitbook.io/micro-apps/concepts/monorepo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
