File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8585 <version >2.6.0</version >
8686 </dependency >
8787
88+ <dependency >
89+ <groupId >com.microsoft.sqlserver</groupId >
90+ <artifactId >mssql-jdbc</artifactId >
91+ <version >12.8.1.jre11</version >
92+ </dependency >
93+
8894 <dependency >
8995 <groupId >org.springframework.boot</groupId >
9096 <artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ spring.application.name=camera-onboarding
22spring.datasource.url =${SPRING_DB_URL}
33spring.datasource.username =${SPRING_DB_USERNAME}
44spring.datasource.password =${SPRING_DB_PASSWORD}
5- spring.datasource.driver-class-name =org.postgresql.Driver
6- spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.PostgreSQLDialect
5+ spring.datasource.driver-class-name =com.microsoft.sqlserver.jdbc.SQLServerDriver
6+ spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.SQLServerDialect
77spring.liquibase.change-log =classpath:db/changelog/changelog-master.xml
88api.version =api/v1
99# Azure blob storage configuration
You can’t perform that action at this time.
0 commit comments