Posts

Azure Database for MySQL Single Server + Spring Boot - Build REST CRUD APIs

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to build REST CRUD APIs with  Spring Boot ,  Spring Data JPA  and  Microsoft  Azure Database for MySQL Single Server. A little bit of Background Azure Database for MySQL Single Server Azure Database for MySQL Single Server is a fully managed database service designed for minimal customization. The single server platform is designed to handle most of the database management functions such as patching, backups, high availability, and security with minimal user configuration and control. The architecture is optimised for built-in high availability with 99.99% availability in a single availability zone. It supports the community version of MySQL 5.6 (retired), 5.7 and 8.0. The service is generally available today in a wide variety of Azure regions . More Info -  https://docs.microsoft.com/en-us/azure/mysql/single-server/single-server-overview Spring Boot Spring Boot makes it easy to create stand-alone, production

Azure SQL Database + Spring Boot - Build REST CRUD APIs

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to build REST CRUD APIs with Spring Boot , Spring Data JPA and Microsoft Azure SQL Database . A little bit of Background Azure SQL Database Azure SQL Database is a fully managed platform as a service (PaaS) database engine that handles most of the database management functions such as upgrading, patching, backups, and monitoring without user involvement. Azure SQL Database is always running on the latest stable version of the SQL Server database engine and patched OS with 99.99% availability. PaaS capabilities built into Azure SQL Database enable you to focus on the domain-specific database administration and optimization activities that are critical for your business. More Info -  https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview?view=azuresql Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run