Skip to content

Commit

Permalink
[BE] FIX: test application profile depedency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssuamje committed Sep 15, 2023
1 parent 1857b4d commit 7064561
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ spring:
ddl-auto: none
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
properties:
globally_quoted_identifiers: true
hibernate:
globally_quoted_identifiers: true
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
format_sql: true
defer-datasource-initialization: true

cabinet:
lent:
Expand Down

0 comments on commit 7064561

Please sign in to comment.