activiti actuator for springboot not working

cancel
Showing results for 
Search instead for 
Did you mean: 
sarveshmvm
Active Member II

activiti actuator for springboot not working

HELLO ,

Can you help me what I am missing as part of actuator for activiti?

pom.xml:

<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-actuator</artifactId>
<version>6.0.0</version>
</dependency>

 

url I tried:

https://localhost:8080/{context path}/activiti/

https://localhost:8080/{context path}/actuator

None of the urls helped.I am not sure what I missed.