This is a template project for hexagonal-spring-boot-java. This project is generated using cookiecutter.
cookiecutter . --config-file=test-config.yml --no-input
- The folder
{{cookiecutter.app_name}}
hosts the template project. - You can check the various patterns used in cookiecutter.json
- For testing it locally, you can use the following steps:
cookiecutter . --config-file=test-config.yml --no-input
- The generated project will be in the folder
cart-service
- The generated project will be in the folder
- You need to raise a PR to the main branch with the changes. The CI automatically runs the tests and checks the build status by creating the project referencing the default configuration i.e.
--config-file=test-config.yml
.