|
|
|
@ -83,7 +83,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
|
spring.thymeleaf.content-type=text/html # ;charset=<encoding> is added
|
|
|
|
|
spring.thymeleaf.cache=true # set to false for hot refresh
|
|
|
|
|
|
|
|
|
|
# FREEMARKER ({sc-spring-boot-autoconfigure}}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
|
|
|
|
|
# FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
|
|
|
|
|
spring.freemarker.allowRequestOverride=false
|
|
|
|
|
spring.freemarker.allowSessionOverride=false
|
|
|
|
|
spring.freemarker.cache=true
|
|
|
|
@ -100,7 +100,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
|
spring.freemarker.templateLoaderPath=classpath:/templates/
|
|
|
|
|
spring.freemarker.viewNames= # whitelist of view names that can be resolved
|
|
|
|
|
|
|
|
|
|
# GROOVY TEMPLATES ({sc-spring-boot-autoconfigure}}/groovy/template/GroovyTemplateAutoConfiguration.{sc-ext}[GroovyTemplateAutoConfiguration])
|
|
|
|
|
# GROOVY TEMPLATES ({sc-spring-boot-autoconfigure}/groovy/template/GroovyTemplateAutoConfiguration.{sc-ext}[GroovyTemplateAutoConfiguration])
|
|
|
|
|
spring.groovy.template.allowRequestOverride=false
|
|
|
|
|
spring.groovy.template.allowSessionOverride=false
|
|
|
|
|
spring.groovy.template.cache=true
|
|
|
|
@ -111,7 +111,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
|
spring.groovy.template.templateEncoding=UTF-8
|
|
|
|
|
spring.groovy.template.viewNames= # whitelist of view names that can be resolved
|
|
|
|
|
|
|
|
|
|
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
|
|
|
|
|
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
|
|
|
|
|
spring.velocity.allowRequestOverride=false
|
|
|
|
|
spring.velocity.allowSessionOverride=false
|
|
|
|
|
spring.velocity.cache=true
|
|
|
|
@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
|
security.sessions=stateless # always / never / if_required / stateless
|
|
|
|
|
security.ignored=false
|
|
|
|
|
|
|
|
|
|
# DATASOURCE ({sc-spring-boot-autoconfigure}/jdbc/DataSourceAutoConfiguration.{sc-ext}[DataSourceAutoConfiguration] & {sc-spring-boot-autoconfigure}//jdbc/AbstractDataSourceConfiguration.{sc-ext}[AbstractDataSourceConfiguration])
|
|
|
|
|
# DATASOURCE ({sc-spring-boot-autoconfigure}/jdbc/DataSourceAutoConfiguration.{sc-ext}[DataSourceAutoConfiguration] & {sc-spring-boot-autoconfigure}/jdbc/DataSourceProperties.{sc-ext}[DataSourceProperties])
|
|
|
|
|
spring.datasource.name= # name of the data source
|
|
|
|
|
spring.datasource.initialize=true # populate using data.sql
|
|
|
|
|
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.
|
|
|
|
|
spring.redis.pool.max-active=8
|
|
|
|
|
spring.redis.pool.max-wait=-1
|
|
|
|
|
|
|
|
|
|
# ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
|
|
|
|
|
# ACTIVEMQ ({sc-spring-boot-autoconfigure}/jms/activemq/ActiveMQProperties.{sc-ext}[ActiveMQProperties])
|
|
|
|
|
spring.activemq.broker-url=tcp://localhost:61616 # connection URL
|
|
|
|
|
spring.activemq.user=
|
|
|
|
|
spring.activemq.password=
|
|
|
|
|
spring.activemq.in-memory=true # broker kind to create if no broker-url is specified
|
|
|
|
|
spring.activemq.pooled=false
|
|
|
|
|
|
|
|
|
|
# HornetQ ({sc-spring-boot-autoconfigure}/jms/HornetQProperties.{sc-ext}[HornetQProperties])
|
|
|
|
|
# HornetQ ({sc-spring-boot-autoconfigure}/jms/hornetq/HornetQProperties.{sc-ext}[HornetQProperties])
|
|
|
|
|
spring.hornetq.mode= # connection mode (native, embedded)
|
|
|
|
|
spring.hornetq.host=localhost # hornetQ host (native mode)
|
|
|
|
|
spring.hornetq.port=5445 # hornetQ port (native mode)
|
|
|
|
@ -264,7 +264,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
|
spring.hornetq.embedded.topics= # comma separate topics to create on startup
|
|
|
|
|
spring.hornetq.embedded.cluster-password= # customer password (randomly generated by default)
|
|
|
|
|
|
|
|
|
|
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsTemplateProperties.{sc-ext}[JmsTemplateProperties])
|
|
|
|
|
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties.{sc-ext}[JmsProperties])
|
|
|
|
|
spring.jms.pub-sub-domain= # false for queue (default), true for topic
|
|
|
|
|
|
|
|
|
|
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchDatabaseInitializer.{sc-ext}[BatchDatabaseInitializer])
|
|
|
|
|