10.2.2 Customizations to add new war

  1. Create module specific folder in dist\cz\wars (typically 'digx-cz-<<ModuleName>>')
  2. Ensure all the artifacts like src, build.gradle, settings.gradle, module.gradle of modules are present.
  3. Provide all the dependency, like other module jars and third party jars in module.gradle. The libraries which are part of digx-shared-lib should not be included here.
  4. Once the dependencies are included, build the war using gradle build command. It will generate the module war in wars\digx-cz-<<ModuleName>>\build\libs folder.
  5. Ensure the generated war has all the necessary components and deploy the same as an application on the server. Also make sure that the module name is correctly present in application.properties with following property name.
  6. spring.application.name=digx-cz-<ModuleName>