Skip to content

Commit

Permalink
feat: TSYSTEMS-196
Browse files Browse the repository at this point in the history
fixing deployment issues
  • Loading branch information
Leandro13Silva13 committed Jan 28, 2025
1 parent 541eeba commit 7a5536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-testing.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spring.liquibase.enabled=false
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
spring.sql.init.schema-locations=classpath*:database/MessageDatabase.sql
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect

# Statistics
statistics.enabled=true

0 comments on commit 7a5536e

Please sign in to comment.