@@ -83,7 +83,7 @@ content into your application; rather pick only the properties that you need.
83
83
spring.thymeleaf.content-type=text/html # ;charset=<encoding> is added
84
84
spring.thymeleaf.cache=true # set to false for hot refresh
85
85
86
- # FREEMARKER ({sc-spring-boot-autoconfigure}} /freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
86
+ # FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
87
87
spring.freemarker.allowRequestOverride=false
88
88
spring.freemarker.allowSessionOverride=false
89
89
spring.freemarker.cache=true
@@ -100,7 +100,7 @@ content into your application; rather pick only the properties that you need.
100
100
spring.freemarker.templateLoaderPath=classpath:/templates/
101
101
spring.freemarker.viewNames= # whitelist of view names that can be resolved
102
102
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])
104
104
spring.groovy.template.allowRequestOverride=false
105
105
spring.groovy.template.allowSessionOverride=false
106
106
spring.groovy.template.cache=true
@@ -111,7 +111,7 @@ content into your application; rather pick only the properties that you need.
111
111
spring.groovy.template.templateEncoding=UTF-8
112
112
spring.groovy.template.viewNames= # whitelist of view names that can be resolved
113
113
114
- # VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}} /velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
114
+ # VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
115
115
spring.velocity.allowRequestOverride=false
116
116
spring.velocity.allowSessionOverride=false
117
117
spring.velocity.cache=true
@@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
153
153
security.sessions=stateless # always / never / if_required / stateless
154
154
security.ignored=false
155
155
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 ])
157
157
spring.datasource.name= # name of the data source
158
158
spring.datasource.initialize=true # populate using data.sql
159
159
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.
246
246
spring.redis.pool.max-active=8
247
247
spring.redis.pool.max-wait=-1
248
248
249
- # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
249
+ # ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/activemq/ ActiveMQProperties.{sc-ext}[ActiveMQProperties])
250
250
spring.activemq.broker-url=tcp://localhost:61616 # connection URL
251
251
spring.activemq.user=
252
252
spring.activemq.password=
253
253
spring.activemq.in-memory=true # broker kind to create if no broker-url is specified
254
254
spring.activemq.pooled=false
255
255
256
- # HornetQ ({sc-spring-boot-autoconfigure}/jms/HornetQProperties.{sc-ext}[HornetQProperties])
256
+ # HornetQ ({sc-spring-boot-autoconfigure}/jms/hornetq/ HornetQProperties.{sc-ext}[HornetQProperties])
257
257
spring.hornetq.mode= # connection mode (native, embedded)
258
258
spring.hornetq.host=localhost # hornetQ host (native mode)
259
259
spring.hornetq.port=5445 # hornetQ port (native mode)
@@ -264,7 +264,7 @@ content into your application; rather pick only the properties that you need.
264
264
spring.hornetq.embedded.topics= # comma separate topics to create on startup
265
265
spring.hornetq.embedded.cluster-password= # customer password (randomly generated by default)
266
266
267
- # JMS ({sc-spring-boot-autoconfigure}/jms/JmsTemplateProperties .{sc-ext}[JmsTemplateProperties ])
267
+ # JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties .{sc-ext}[JmsProperties ])
268
268
spring.jms.pub-sub-domain= # false for queue (default), true for topic
269
269
270
270
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])
0 commit comments