@ -109,9 +109,9 @@ content into your application; rather pick only the properties that you need.
@@ -109,9 +109,9 @@ content into your application; rather pick only the properties that you need.
@ -120,26 +120,23 @@ content into your application; rather pick only the properties that you need.
@@ -120,26 +120,23 @@ content into your application; rather pick only the properties that you need.
@ -151,7 +148,6 @@ content into your application; rather pick only the properties that you need.
@@ -151,7 +148,6 @@ content into your application; rather pick only the properties that you need.
@ -201,7 +197,7 @@ content into your application; rather pick only the properties that you need.
@@ -201,7 +197,7 @@ content into your application; rather pick only the properties that you need.
@ -232,7 +228,6 @@ content into your application; rather pick only the properties that you need.
@@ -232,7 +228,6 @@ content into your application; rather pick only the properties that you need.
spring.data.elasticsearch.cluster-name= # The cluster name (defaults to elasticsearch)
spring.data.elasticsearch.cluster-nodes= # The address(es) of the server node (comma-separated; if not specified starts a client node)
spring.data.elasticsearch.local=true # if local mode should be used with client nodes
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
# DATA RESET ({spring-data-rest-javadoc}/core/config/RepositoryRestConfiguration.{dc-ext}[RepositoryRestConfiguration}])
@ -242,8 +237,8 @@ content into your application; rather pick only the properties that you need.
@@ -242,8 +237,8 @@ content into your application; rather pick only the properties that you need.
flyway.locations=classpath:db/migrations # locations of migrations scripts
flyway.schemas= # schemas to update
flyway.initVersion= 1 # version to start migration
flyway.prefix=V
flyway.suffix=.sql
flyway.sql-migration-prefix=V
flyway.sql-migration-suffix=.sql
flyway.enabled=true
flyway.url= # JDBC url if you want Flyway to create its own DataSource
flyway.user= # JDBC username if you want Flyway to create its own DataSource
@ -268,7 +263,7 @@ content into your application; rather pick only the properties that you need.
@@ -268,7 +263,7 @@ content into your application; rather pick only the properties that you need.
@ -393,7 +388,6 @@ content into your application; rather pick only the properties that you need.
@@ -393,7 +388,6 @@ content into your application; rather pick only the properties that you need.
endpoints.jolokia.path=jolokia
endpoints.jolokia.sensitive=true
endpoints.jolokia.enabled=true # when using Jolokia
@ -407,7 +401,7 @@ content into your application; rather pick only the properties that you need.
@@ -407,7 +401,7 @@ content into your application; rather pick only the properties that you need.