Создать Java проект на основе Maven архетипа camunda-archetype-spring-boot-demo
Demo application with lots of pre-built parts that uses the Spring Boot Starter
Contains: BPMN Process, Java Delegate, HTML5- start and task forms,
JUnit Test with in-memory engine and visual process test coverage
Консольная команда для создания Java-проекта на основе архетипа camunda-archetype-spring-boot-demo:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dproject-name="My-project-name" -Dproject-description="My-project-description" -Dcamunda-version="My-camunda-version" -Dcamunda-spring-boot-version="My-camunda-spring-boot-version" -Darchetype-groupId="My-archetype-groupId" -Darchetype-artifactId="My-archetype-artifactId" -Darchetype-version="My-archetype-version" -DarchetypeGroupId="org.camunda.bpm.archetype" -DarchetypeArtifactId="camunda-archetype-spring-boot-demo" -DarchetypeVersion="7.11.0" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- project-name
-
validationRegex: нет
- project-description
-
validationRegex: нет
- camunda-version
-
validationRegex: нет
- camunda-spring-boot-version
-
validationRegex: нет
- archetype-groupId
-
validationRegex: нет
- archetype-artifactId
-
validationRegex: нет
- archetype-version
-
validationRegex: нет
Подробная информация об архетипе camunda-archetype-spring-boot-demo
| Группа |
Группаorg.camunda.bpm.archetype |
| Идентификатор |
Идентификаторcamunda-archetype-spring-boot-demo |
| Версия |
Версия7.11.0 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию