Posts

Showing posts with the label Google Cloud SQL for MySQL

Google Cloud SQL for MySQL + Spring Boot - Build REST CRUD APIs

Image
In this section, we will learn  how to build REST CRUD APIs with Spring Boot, and Google Cloud SQL for MySQL. 1.  A little bit of Background Google Cloud SQL for MySQL Cloud SQL for MySQL is a fully managed database service that helps you set up, maintain, manage, and administer your MySQL relational databases on Google Cloud Platform. More Info - click here! Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run".  More Info - click here! 2. Create a GCP Project First, Sign into the Google console at  https://console.cloud.google.com . You can create a new project by first selecting the project dropdown in the top left and selecting " New Project ". Next, specify your GCP  Project name  and  Project ID . Then  Click on the " CREATE " button. Copy " Project ID " and keep it for future purposes. 3. Create a Cloud SQL for MySQL instance. From cloud console, search for " SQ