test: disable artemis persistence for tests

else it would generate locks
This commit is contained in:
Gauthier Roebroeck 2020-04-24 18:19:58 +08:00
parent dfa24057bb
commit 05a5573457

View file

@ -11,6 +11,9 @@ spring:
properties:
hibernate:
format_sql: true
artemis:
embedded:
persistent: false
logging.level.org.hibernate:
SQL: DEBUG
type.descriptor.sql.BasicBinder: TRACE