Skip to content

Commit dba4ad0

Browse files
committed
Fix typo
1 parent bec7b5f commit dba4ad0

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
@@ -302,7 +302,7 @@ content into your application; rather pick only the properties that you need.
302302
spring.hornetq.embedded.cluster-password= # customer password (randomly generated by default)
303303
304304
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties.{sc-ext}[JmsProperties])
305-
spring.datasource.jndi-name= # JNDI location of a JMS ConnectionFactory
305+
spring.jms.jndi-name= # JNDI location of a JMS ConnectionFactory
306306
spring.jms.pub-sub-domain= # false for queue (default), true for topic
307307
308308
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])

0 commit comments

Comments
 (0)