">
Operate | CodamAI - SaaS architecture and code assistant

Operate

We recommend running the application into containers, probably docker. The CMS is designed to run with kubernetes (helm charts), docker-compose and many more.

TIP

We are planning to add all container required files to your repository. Please check the roadmap.

Testing

For testing your application, we added JUnit to the dependencies. The "core" framework ist well tested. If you want to have a look into current test results, please feel free to contact us.

For you, it is important to check the custom changes you made, like individual validators. This can be done, simply by add unit tests in the test folder, exactly as you do it in each other spring boot application.

If you want to test a system with end-to-end tests, then you can easily create docker container, with an empty database.

If you want to test without authentication, then set the docker environment of cms_user_management_client to none.v1_0_0 and you will have a public available CMS.

Monitoring

You need to monitor the application? No problem, we added the actuator health and metric endpoints to each CMS by default. see: actuator apiopen in new window

Last Updated:
Contributors: mertins-d