Skip to content

Commit b3c8511

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents 584b61e + 4fd9a8c commit b3c8511

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,9 @@ content into your application; rather pick only the properties that you need.
645645
spring.datasource.tomcat.*= # Tomcat datasource specific settings
646646
spring.datasource.type= # Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.
647647
spring.datasource.url= # JDBC url of the database.
648-
spring.datasource.username=
648+
spring.datasource.username= # Login user of the database.
649+
spring.datasource.xa.data-source-class-name= # XA datasource fully qualified name.
650+
spring.datasource.xa.properties= # Properties to pass to the XA data source.
649651
650652
# JEST (Elasticsearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
651653
spring.elasticsearch.jest.connection-timeout=3000 # Connection timeout in milliseconds.

0 commit comments

Comments
 (0)