Skip to content

Commit c7cfdbe

Browse files
committed
Polish appendix
1 parent 6ece075 commit c7cfdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ content into your application; rather pick only the properties that you need.
211211
spring.datasource.url=
212212
spring.datasource.username=
213213
spring.datasource.password=
214-
spring.datasource.jndi-name # For JNDI lookup (class, url, username & password are ignored when set)
214+
spring.datasource.jndi-name= # For JNDI lookup (class, url, username & password are ignored when set)
215215
spring.datasource.max-active=100 # Advanced configuration...
216216
spring.datasource.max-idle=8
217217
spring.datasource.min-idle=8

0 commit comments

Comments
 (0)