HAL browser not opening up in Spring boot, rather giving an option to download the endpoint as a file -


i have setup basic demo test spring actuator. added required starter dependencies in pom.xml, , required dependencies have been downloaded. on running spring boot application using boot dashboard, application loading successfully. on selecting option open app in web browser, browser window gives alert download file. same works fine on macbook air same version of sts, on windows laptop failing. missing here ?

thanks in advance.

file download error alert


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -