Browse Source

tests: spring.main.banner-mode=off

pull/14850/head
Sergey Matvienko 5 months ago
parent
commit
243fbec930
  1. 1
      application/src/test/resources/application-test.properties
  2. 1
      dao/src/test/resources/application-test.properties

1
application/src/test/resources/application-test.properties

@ -1,3 +1,4 @@
spring.main.banner-mode=off
js.evaluator=mock
transport.lwm2m.server.security.credentials.enabled=true
transport.lwm2m.server.security.credentials.type=KEYSTORE

1
dao/src/test/resources/application-test.properties

@ -1,3 +1,4 @@
spring.main.banner-mode=off
zk.enabled=false
zk.url=localhost:2181
zk.zk_dir=/thingsboard

Loading…
Cancel
Save