educative.io

Spring-data-rest-hal-browser

Having only

<dependency>    <groupId>org.springframework.data</groupId>    <artifactId>spring-data-rest-hal-browser</artifactId>    <version>3.3.6.RELEASE</version></dependency>

doesn’t help without below dependency

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

HAL browser did not work for me with the dependency given in the section. I am puzzled by either incorrect content or outdated content.


Course: https://www.educative.io/collection/5352985413550080/4785082259734528
Lesson: https://www.educative.io/collection/page/5352985413550080/4785082259734528/5755837705355264

Thank you for bringing this to our attention. We apologize for any confusion caused by the discrepancy in the provided dependencies. Upon further investigation, it seems there may be an oversight or outdated information in the lesson.

To clarify, the spring-data-rest-hal-browser dependency should indeed enable the HAL browser functionality in your Spring Boot application. However, if you encountered issues with the HAL browser not working as expected, it’s possible that additional dependencies or configurations may be required.

We will promptly review the lesson content to ensure its accuracy and update it if necessary. In the meantime, if you have any further questions or encounter any difficulties, please don’t hesitate to ask for assistance. We appreciate your patience and understanding.