Working with Databases [Spring Basics-5]
In this post, we will be working on an in-memory database(H2). Alternatively any other database can be used, with only few changes to application[dot]properties and pom[dot]xml file.
Setup
In order to use H2, add following properties.
Add these prop...
csprimer.hashnode.dev2 min read