This project is based on a GitLab [Project Template](https://docs.gitlab.com/ee/gitlab-basics/create-project.html).
## Introduction
This service provides APIs to configure streams in OSDU data platform.
Improvements can be proposed in the [original project](https://gitlab.com/gitlab-org/project-templates/spring).
### Build and Run
#### Locally
Once you are in the project root directory. Execute the following commands
### CI/CD with Auto DevOps
To build the executable.
This template is compatible with [Auto DevOps](https://docs.gitlab.com/ee/topics/autodevops/).
``` bash
mvn clean package
```
Executing the above command generates the implementation based on the streaming api spec(open api format). The spec is part of the doc folder under the source tree.
If Auto DevOps is not already enabled for this project, you can [turn it on](https://docs.gitlab.com/ee/topics/autodevops/#enabling-auto-devops) in the project settings.
\ No newline at end of file
To run the executable as a spring boot application