diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index 7b77897..37e6db7 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -9,12 +9,13 @@ spring: password: test jpa: + database-platform: org.hibernate.dialect.MySQL8Dialect hibernate: ddl-auto: create properties: hibernate: format_sql: true - show_sql: true + show_sql: false cloud: aws: