Skip to content

Latest commit

 

History

History

rest-wih-service

SpringBoot deployment

Create springboot service project:

mvn archetype:generate -B \
  -DarchetypeGroupId=org.kie \
  -DarchetypeArtifactId=kie-service-spring-boot-archetype \
  -DarchetypeVersion=7.59.0.Final-redhat-00009 \
  -DgroupId=com.redhat.demo \
  -DartifactId=rest-wih-service \
  -Dversion=1.0-SNAPSHOT \
  -Dpackage=com.redhat.demo.service \
  -DappType=bpm

Define the kjar deployment in application.properties.

Add the pom plugin for KJAR module static deployment (See pom.xml)

Further information on the RHPAM SpringBoot deployment: Creating Red Hat Process Automation Manager business applications with Spring Boot