Setup Instructions:
- Install H2 DB and create a DB named "multitest"
- Install Postgres DB and create a DB named testDB
- Execute the following script in Postgres DB CREATE TABLE EMP(ID INT PRIMARY KEY,NAME VARCHAR(255),SALARY INT); insert into EMP(id,name,salary) values(1,'Youtube',2333);
- Run maven build
- Run the Spring-boot project
- Access http://localhost:3000//v1/users