Commit 9993b63a authored by izeye's avatar izeye Committed by Stephane Nicoll

Fix broken link in doc

Closes gh-3040
parent c5dc3f56
...@@ -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.jpa.hibernate.ddl-auto= # defaults to create-drop for embedded dbs
spring.data.jpa.repositories.enabled=true # if spring data repository support is enabled 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.log-dir= # transaction log dir
spring.jta.*= # technology specific configuration spring.jta.*= # technology specific configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment