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.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/spring-boot-with-azure-sql
- Owner: edgar-code-repository
- Created: 2024-08-19T01:21:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T04:39:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T17:45:27.941Z (over 1 year ago)
- Topics: azure, java, spring-boot
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:**

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

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