Browse Source

Merge branch '1.5.x'

pull/7064/head
Andy Wilkinson 9 years ago
parent
commit
4d64c9c93d
  1. 3
      spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties
  2. 1
      spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties
  3. 1
      spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties

3
spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties

@ -1 +1,2 @@ @@ -1 +1,2 @@
logging.level.com.atomikos=WARN
logging.level.com.atomikos=WARN
spring.artemis.embedded.queues=accounts

1
spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties

@ -0,0 +1 @@ @@ -0,0 +1 @@
spring.artemis.embedded.queues=accounts

1
spring-boot-samples/spring-boot-sample-jta-narayana/src/main/resources/application.properties

@ -1 +1,2 @@ @@ -1 +1,2 @@
spring.artemis.embedded.queues=accounts
logging.level.com.arjuna=INFO
Loading…
Cancel
Save