This repository contains the following directories:
Folder Name | Description |
---|---|
application | Contains code required for deploying the Spring Boot Standalone application. |
functions | Contains Java code required for deploying Azure functions. |
common | Contains shared code required for both the Spring Boot Standalone application and Azure functions. |
libs | Folder in which the Agent SDK must be placed before you build the repository. |
devops | Contains the Docker compose project for deploying the Spring Boot application. |