We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec7b5f commit dba4ad0Copy full SHA for dba4ad0
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -302,7 +302,7 @@ content into your application; rather pick only the properties that you need.
302
spring.hornetq.embedded.cluster-password= # customer password (randomly generated by default)
303
304
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties.{sc-ext}[JmsProperties])
305
- spring.datasource.jndi-name= # JNDI location of a JMS ConnectionFactory
+ spring.jms.jndi-name= # JNDI location of a JMS ConnectionFactory
306
spring.jms.pub-sub-domain= # false for queue (default), true for topic
307
308
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])
0 commit comments