An open API service indexing awesome lists of open source software.

https://github.com/edgar-code-repository/spring-boot-with-azure-sql

Spring Boot REST API that works with a serverless db in Azure.
https://github.com/edgar-code-repository/spring-boot-with-azure-sql

azure java spring-boot

Last synced: 3 months ago
JSON representation

Spring Boot REST API that works with a serverless db in Azure.

Awesome Lists containing this project

README

          

SPRING BOOT WITH AZURE SQL
---------------------------------------------------------------------------

**Spring Boot REST API that connects to Azure SQL Server.**

---------------------------------------------------------------------------

**Gradle dependencies used to work with Azure SQL and JPA:**

```
runtimeOnly 'com.microsoft.sqlserver:mssql-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
```

---------------------------------------------------------------------------

**A serverless SQL database was created in Azure:**

![Screenshot AzureServerlessDB](screenshots/serverless-db.png)

---------------------------------------------------------------------------

**Table tbl_sales was created in the database:**

![Screenshot SalesTable](screenshots/tbl-sale.png)

---------------------------------------------------------------------------