@@ -83,7 +83,7 @@ content into your application; rather pick only the properties that you need.
8383 spring.thymeleaf.content-type=text/html # ;charset=<encoding> is added
8484 spring.thymeleaf.cache=true # set to false for hot refresh
8585
86- # FREEMARKER ({sc-spring-boot-autoconfigure}} /freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
86+ # FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
8787 spring.freemarker.allowRequestOverride=false
8888 spring.freemarker.allowSessionOverride=false
8989 spring.freemarker.cache=true
@@ -100,7 +100,7 @@ content into your application; rather pick only the properties that you need.
100100 spring.freemarker.templateLoaderPath=classpath:/templates/
101101 spring.freemarker.viewNames= # whitelist of view names that can be resolved
102102
103- # GROOVY TEMPLATES ({sc-spring-boot-autoconfigure}} /groovy/template/GroovyTemplateAutoConfiguration.{sc-ext}[GroovyTemplateAutoConfiguration])
103+ # GROOVY TEMPLATES ({sc-spring-boot-autoconfigure}/groovy/template/GroovyTemplateAutoConfiguration.{sc-ext}[GroovyTemplateAutoConfiguration])
104104 spring.groovy.template.allowRequestOverride=false
105105 spring.groovy.template.allowSessionOverride=false
106106 spring.groovy.template.cache=true
@@ -111,7 +111,7 @@ content into your application; rather pick only the properties that you need.
111111 spring.groovy.template.templateEncoding=UTF-8
112112 spring.groovy.template.viewNames= # whitelist of view names that can be resolved
113113
114- # VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}} /velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
114+ # VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
115115 spring.velocity.allowRequestOverride=false
116116 spring.velocity.allowSessionOverride=false
117117 spring.velocity.cache=true
@@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
153153 security.sessions=stateless # always / never / if_required / stateless
154154 security.ignored=false
155155
156- # DATASOURCE ({sc-spring-boot-autoconfigure}/jdbc/DataSourceAutoConfiguration.{sc-ext}[DataSourceAutoConfiguration] & {sc-spring-boot-autoconfigure}// jdbc/AbstractDataSourceConfiguration .{sc-ext}[AbstractDataSourceConfiguration ])
156+ # DATASOURCE ({sc-spring-boot-autoconfigure}/jdbc/DataSourceAutoConfiguration.{sc-ext}[DataSourceAutoConfiguration] & {sc-spring-boot-autoconfigure}/jdbc/DataSourceProperties .{sc-ext}[DataSourceProperties ])
157157 spring.datasource.name= # name of the data source
158158 spring.datasource.initialize=true # populate using data.sql
159159 spring.datasource.schema= # a schema (DDL) script resource reference
@@ -246,14 +246,14 @@ content into your application; rather pick only the properties that you need.
246246 spring.redis.pool.max-active=8
247247 spring.redis.pool.max-wait=-1
248248
249- # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
249+ # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/activemq/ ActiveMQProperties.{sc-ext}[ActiveMQProperties])
250250 spring.activemq.broker-url=tcp://localhost:61616 # connection URL
251251 spring.activemq.user=
252252 spring.activemq.password=
253253 spring.activemq.in-memory=true # broker kind to create if no broker-url is specified
254254 spring.activemq.pooled=false
255255
256- # HornetQ ({sc-spring-boot-autoconfigure}/jms/HornetQProperties.{sc-ext}[HornetQProperties])
256+ # HornetQ ({sc-spring-boot-autoconfigure}/jms/hornetq/ HornetQProperties.{sc-ext}[HornetQProperties])
257257 spring.hornetq.mode= # connection mode (native, embedded)
258258 spring.hornetq.host=localhost # hornetQ host (native mode)
259259 spring.hornetq.port=5445 # hornetQ port (native mode)
@@ -264,7 +264,7 @@ content into your application; rather pick only the properties that you need.
264264 spring.hornetq.embedded.topics= # comma separate topics to create on startup
265265 spring.hornetq.embedded.cluster-password= # customer password (randomly generated by default)
266266
267- # JMS ({sc-spring-boot-autoconfigure}/jms/JmsTemplateProperties .{sc-ext}[JmsTemplateProperties ])
267+ # JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties .{sc-ext}[JmsProperties ])
268268 spring.jms.pub-sub-domain= # false for queue (default), true for topic
269269
270270 # SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])
0 commit comments