Skip to content

thangavel-projects/Spring-Boot-JPA-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Spring-Boot-JPA-Examples

This is my Sample Spring-Boot Examples

To run and call the service, execute the below comments. This samples uses embedded H2 DB and Jersy server in it.

Commands

mvn spring-boot:run

Once execute the command, the server would start and execute the command to call the service either in CURL,

curl -i http://localhost:8080/customer/

If you want see the H2 DB console, execute the below command in your browser,

http://localhost:8080/console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages