camunda-consulting / camunda-demo-starter

A project consultants can use for custom demo and PoC.
6 stars 4 forks source link

Add hal explorer for conveniently inspecting rest apis #19

Open upgradingdave opened 2 years ago

upgradingdave commented 2 years ago

The hal explorer is like swagger for HATEOAS.

https://github.com/toedter/hal-explorer

All that is needed is to add this dependency:

     <dependency>
         <groupId>org.springframework.data</groupId>
         <artifactId>spring-data-rest-hal-explorer</artifactId>
      </dependency>