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 @@ -645,7 +645,9 @@ content into your application; rather pick only the properties that you need.
645
645
spring.datasource.tomcat.*= # Tomcat datasource specific settings
646
646
spring.datasource.type= # Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.
647
647
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.
649
651
650
652
# JEST (Elasticsearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
651
653
spring.elasticsearch.jest.connection-timeout=3000 # Connection timeout in milliseconds.
You can’t perform that action at this time.
0 commit comments