Skip to content

Commit 4fd9a8c

Browse files
committed
Add missing spring.datasource.xa properties in the appendix
Closes gh-8895
1 parent 2579023 commit 4fd9a8c

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
@@ -638,7 +638,9 @@ content into your application; rather pick only the properties that you need.
638638
spring.datasource.tomcat.*= # Tomcat datasource specific settings
639639
spring.datasource.type= # Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.
640640
spring.datasource.url= # JDBC url of the database.
641-
spring.datasource.username=
641+
spring.datasource.username= # Login user of the database.
642+
spring.datasource.xa.data-source-class-name= # XA datasource fully qualified name.
643+
spring.datasource.xa.properties= # Properties to pass to the XA data source.
642644
643645
# JEST (Elasticsearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
644646
spring.elasticsearch.jest.connection-timeout=3000 # Connection timeout in milliseconds.

0 commit comments

Comments
 (0)