Install GIT
Install Maven
Mysql Database Installation
yum install git -y
yum install maven -y
git clone https://github.com/Naresh240/springboot-with-mysql.git
cd springboot-with-database
mvn clean install
java -jar target/springboot-with-database-1.0-SNAPSHOT.jar
Open port number 8888 with in security group
Open Post-man app and git URL with API as shown in below
Raw Data:
{
"name": "Naresh",
"country_of_birth": "INDIA",
"country_of_residence": "AP",
"segment": "retail"
}

