Skip to content

simaosoares/spring-boot-sample-rest-hateoas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-sample-rest-hateoas

Spring Boot demo application featuring Spring HATEOAS

Build & Run

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

Testing the application

Go to the URL underneath to see the application available rest links.

localhost:8080 

Using H2’s web console

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

References

About

Spring Boot demo application featuring Spring HATEOAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages