I have created the Spring boot application and included maven dependencies as
dependency flowable-spring-boot-starter ,flowable-spring-boot-starter-rest and flowable-engine
When I am trying to access http://localhost:8080/flowable-ui/ and http://localhost:8080/flowable-admin/ getting 404 response.
I want to access flowable-ui and flowable-admin pages
I have defined custom RestController.
Any help would be greatly appreciated .