Browse Source

Fix broken link in doc

Closes gh-3040
pull/3040/merge
izeye 11 years ago committed by Stephane Nicoll
parent
commit
9993b63a63
  1. 2
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

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

@ -292,7 +292,7 @@ content into your application; rather pick only the properties that you need. @@ -292,7 +292,7 @@ content into your application; rather pick only the properties that you need.
spring.jpa.hibernate.ddl-auto= # defaults to create-drop for embedded dbs
spring.data.jpa.repositories.enabled=true # if spring data repository support is enabled
# JTA ({sc-spring-boot-autoconfigure}/jta/JtaAutoConfiguration.{sc-ext}[JtaAutoConfiguration])
# JTA ({sc-spring-boot-autoconfigure}/transaction/jta/JtaAutoConfiguration.{sc-ext}[JtaAutoConfiguration])
spring.jta.log-dir= # transaction log dir
spring.jta.*= # technology specific configuration

Loading…
Cancel
Save