Polish docs
Closes gh-4446
This commit is contained in:
committed by
Stephane Nicoll
parent
8749fc745b
commit
4d9111606b
@@ -72,7 +72,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.cache.type= # Cache type, auto-detected according to the environment by default.
|
||||
|
||||
# SPRING CONFIG ({sc-spring-boot}/context/config/ConfigFileApplicationListener.{sc-ext}[ConfigFileApplicationListener])
|
||||
spring.config.location= # Config file locations. TODO
|
||||
spring.config.location= # Config file locations.
|
||||
spring.config.name=application # Config file name.
|
||||
|
||||
# HAZELCAST ({sc-spring-boot-autoconfigure}/hazelcast/HazelcastProperties.{sc-ext}[HazelcastProperties])
|
||||
@@ -606,7 +606,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.jta.bitronix.connectionfactory.password= # The password to use to connect to the JMS provider.
|
||||
spring.jta.bitronix.connectionfactory.share-transaction-connections=false # Whether or not connections in the ACCESSIBLE state can be shared within the context of a transaction.
|
||||
spring.jta.bitronix.connectionfactory.test-connections=true # Whether or not connections should be tested when acquired from the pool.
|
||||
spring.jta.bitronix.connectionfactory.two-pc-ordering-position=1 # The postion that this resource should take during two-phase commit (always first is Integer.MIN_VALUE, always last is Integer.MAX_VALUE).
|
||||
spring.jta.bitronix.connectionfactory.two-pc-ordering-position=1 # The position that this resource should take during two-phase commit (always first is Integer.MIN_VALUE, always last is Integer.MAX_VALUE).
|
||||
spring.jta.bitronix.connectionfactory.unique-name=jmsConnectionFactory # The unique name used to identify the resource during recovery.
|
||||
spring.jta.bitronix.connectionfactory.use-tm-join=true Whether or not TMJOIN should be used when starting XAResources.
|
||||
spring.jta.bitronix.connectionfactory.user= # The user to use to connect to the JMS provider.
|
||||
|
||||
@@ -700,7 +700,7 @@ NOTE: You need to add `compileJava.dependsOn(processResources)` to your build to
|
||||
that resources are processed before code is compiled. Without this directive any
|
||||
`additional-spring-configuration-metadata.json` files will not be processed.
|
||||
|
||||
The processor will pickup both classes and methods that are annotated with
|
||||
The processor will pick up both classes and methods that are annotated with
|
||||
`@ConfigurationProperties`. The Javadoc for field values within configuration classes
|
||||
will be used to populate the `description` attribute.
|
||||
|
||||
|
||||
@@ -1621,7 +1621,7 @@ not something you want to be on the classpath in production. It is a Hibernate f
|
||||
(nothing to do with Spring).
|
||||
|
||||
|
||||
[[howto-intialize-a-database-using-spring-jdbc]]
|
||||
[[howto-initialize-a-database-using-spring-jdbc]]
|
||||
=== Initialize a database using Spring JDBC
|
||||
Spring JDBC has a `DataSource` initializer feature. Spring Boot enables it by default and
|
||||
loads SQL from the standard locations `schema.sql` and `data.sql` (in the root of the
|
||||
|
||||
Reference in New Issue
Block a user