Spring Boot - Connecting to an Azure SQL Server Database

preview_player
Показать описание

In this tutorial we will connect our Spring Boot Application to a SQL Server Database running on Azure.

Download Microsoft SQL Server JDBC Driver

Maven - Installing 3rd Party JARs
Рекомендации по теме
Комментарии
Автор

Maven codes do not run on my m1 mac. What should I do?

almgohcs
Автор

Hi Dan, My Azure Sql server needs authentication how can I connect to server using spring boot. Please help me out

yaswanthtiguti
Автор

Error executing DDL "create table ModelStudent (ID integer not null, name varchar(255), schoolName varchar(255), primary key (ID)) engine=MyISAM" via JDBC Statement I am getting this error

dheerajscorefitness
Автор

Hi Dan, I tried to do this my application is not connecting to the server. I could not see where it is connecting to the server. Is there a place where I need to set another thing

OlalekanSamuel
Автор

I am an ardent follower of all your channels
Please help-

I am getting the following error when I tryin to connect and create table in AZURE SQL DB through Spring boot --- Error executing DDL "create table model_student (id integer not null, name varchar(255), school_name varchar(255), primary key (id)) type=MyISAM" via JDBC Statement

I am using this configuration --

spring.datasource.url=
spring.datasource.username=
spring.datasource.password=



spring.jpa.show-sql=true

dheerajscorefitness