Spring Boot demo application featuring Spring HATEOAS
The Spring Boot Maven plugin includes a run goal which can be used to quickly compile and run your application. To run the application simple use the following maven command:
mvn spring-boot:run
Go to the URL underneath to see the application available rest links.
localhost:8080
The console will be auto-configured because the application contains the Spring Boot Developer Tools dependency in pom.xml. By default the console will be available at:
/h2-console
The console’s path can be customized using the spring.h2.console.path property. To see database use the following JDBC URL in the console login page.
jdbc:h2:mem:testdb