Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit e412ecc

Browse files
committed
Use SQLDialiect form hibernate
1 parent b8cce58 commit e412ecc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies {
3838
implementation(group:'org.springframework.boot', name:'spring-boot-starter-validation', version:"${springBootVer}")
3939
implementation(group:'net.rakugakibox.spring.boot', name:'logback-access-spring-boot-starter', version:'2.11.0')
4040

41+
implementation group: 'org.hibernate.orm', name: 'hibernate-community-dialects', version: '6.6.13.Final'
42+
4143
implementation(group:'com.authy', name:'authy-java', version:'1.5.1')
4244
implementation(group:'com.twilio.sdk', name:'twilio', version:'10.8.0')
4345
implementation(group:'org.xerial', name:'sqlite-jdbc', version:'3.49.1.0')

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.jpa.database-platform=com.twilio.accountsecurity.config.SQLiteDialect
1+
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
22
#spring.jpa.hibernate.ddl-auto=create-drop
33
spring.jpa.hibernate.ddl-auto=update
44
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)