Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 359 Bytes

File metadata and controls

14 lines (11 loc) · 359 Bytes

API visualizer tool. For ex: you type path of the uri and you can see visual format of the api methods.
Earlier version its called hal browser.

Add this dependency

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

Open this url http://localhost:8080.