File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,9 @@ content into your application; rather pick only the properties that you need.
638
638
spring.datasource.tomcat.*= # Tomcat datasource specific settings
639
639
spring.datasource.type= # Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.
640
640
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.
642
644
643
645
# JEST (Elasticsearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
644
646
spring.elasticsearch.jest.connection-timeout=3000 # Connection timeout in milliseconds.
You can’t perform that action at this time.
0 commit comments