Posts

Showing posts from May, 2020

Spring Boot Application Connect To AWS-RDS

Image
Most of the developers develop their spring boot  project using local database(MySQL). It's easy and efficient.But when developers develop spring boot project with team, then they have to put their relational database on one place.Also when your project is going to production mode, you have to put your relational database on online servers.For this problem has many  solutions.But today I show how put your relational database on AWS RDS.First of all you have to create AWS account if you haven't AWS account yet.You can create AWS Free Tier account and it will not charge for one year. Now let's create our relational database on AWS.There are few steps. 1. Firstly go to the RDS services. 2. Click the 'Create database' button.After that choose the ' standard create ' option.You can choose 'Easy create' option but there are some configuration we have to do.Because of this we choose the standard create option. 3. Then se...