Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 793 Bytes

repo-structure.md

File metadata and controls

13 lines (9 loc) · 793 Bytes

How is this repository structured?

This repository contains the following directories:

Folder Name Description
application Contains code required for deploying the Spring Boot application.
functions Contains Java code required for deploying Lambda functions.
common Contains shared code required for both the Spring Boot application and Lambda functions.
libs Folder in which the Agent SDK Jars must be placed before you build the repository.
devops Contains the Docker compose project for deploying the Spring Boot application.