Skip to content

tekpartner-new/learn-spring-boot-data-jpa-h2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Application starts and is accessible successfully

Running the application

./gradlew bootRun

Testing the Endpoint

curl -X GET localhost:8080/cities

Running the tests

./gradlew test

The test results give more information

/build/reports/tests/test/index.html

Looking up the data in the H2 Database

http://localhost:8080/h2-console
DB Connection parameters
| Property     | Value            |
|--------------|------------------|
| Driver Class | org.h2.Driver    |
| JDBC URL     | jdbc:h2:mem:city |
| User Name    | sa               |
| Password     |                  |

About

Learn Spring Boot Data JPA with H2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published