@ -83,7 +83,7 @@ content into your application; rather pick only the properties that you need.
@@ -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
@ -100,7 +100,7 @@ content into your application; rather pick only the properties that you need.
@@ -100,7 +100,7 @@ content into your application; rather pick only the properties that you need.
@ -111,7 +111,7 @@ content into your application; rather pick only the properties that you need.
@@ -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
@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
@@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
security.sessions=stateless # always / never / if_required / stateless
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.
@@ -246,14 +246,14 @@ content into your application; rather pick only the properties that you need.
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,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)
http://www.elasticsearch.org/[Elastic Search] is an open source, distributed,
real-time search and analytics engine. Spring Boot offers basic auto-configuration for
the Elasticsearch and abstractions on top of it provided by
[Spring Data Elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch).
https://github.com/spring-projects/spring-data-elasticsearch[Spring Data Elasticsearch].
There is a `spring-boot-starter-data-elasticsearch` ``Starter POM'' for collecting the
dependencies in a convenient way.
@ -1710,7 +1710,7 @@ infrastructure; so you could take the JPA example from earlier and, assuming tha
@@ -1710,7 +1710,7 @@ infrastructure; so you could take the JPA example from earlier and, assuming tha
work in the same way.
TIP: For complete details of Spring Data Elasticsearch, refer to their