From the course: Spring Cloud GCP: Setting Up a Cloud SQL Database

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps with Spring Cloud GCP

Next steps with Spring Cloud GCP

From the course: Spring Cloud GCP: Setting Up a Cloud SQL Database

Start my 1-month free trial

Next steps with Spring Cloud GCP

- [Instructor] What are the next steps to apply what we have learned? You can take this puzzle inventory app and make it your own, adding more API functionality or build your own API entirely. While you are at it, dive more into best practices and design patterns for developing APIs. You can look into improving error handling as well. For our API, this may be rejecting requests for duplicate puzzles or handling exceptions when an unknown puzzle can not be deleted. You can now add more unit and integration tests and improve this test code coverage for your app. Studying best practices and design patterns for testing can also be beneficial. Updating the app to run with an end memory database using spring profiles is also an option. Now would be a good time to look more into continuous integration and continuous deployment with your Java app. I would suggest taking a look at the Learning Cloud Computing: The Cloud and DevOps…

Contents