Open upgradingdave opened 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>
The hal explorer is like swagger for HATEOAS.
https://github.com/toedter/hal-explorer
All that is needed is to add this dependency: