Browse Source

Polish appendix

pull/2250/merge
Phillip Webb 11 years ago
parent
commit
c7cfdbe250
  1. 2
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

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

@ -211,7 +211,7 @@ content into your application; rather pick only the properties that you need. @@ -211,7 +211,7 @@ content into your application; rather pick only the properties that you need.
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.datasource.jndi-name # For JNDI lookup (class, url, username & password are ignored when set)
spring.datasource.jndi-name= # For JNDI lookup (class, url, username & password are ignored when set)
spring.datasource.max-active=100 # Advanced configuration...
spring.datasource.max-idle=8
spring.datasource.min-idle=8

Loading…
Cancel
Save