@ -103,10 +103,10 @@ content into your application; rather pick only the properties that you need.
@@ -103,10 +103,10 @@ content into your application; rather pick only the properties that you need.
spring.thymeleaf.cache=true # set to false for hot refresh
@ -115,35 +115,35 @@ content into your application; rather pick only the properties that you need.
@@ -115,35 +115,35 @@ content into your application; rather pick only the properties that you need.
@ -163,7 +163,7 @@ content into your application; rather pick only the properties that you need.
@@ -163,7 +163,7 @@ content into your application; rather pick only the properties that you need.
security.headers.xss=false
security.headers.cache=false
security.headers.frame=false
security.headers.contentType=false
security.headers.content-type=false
security.headers.hsts=all # none / domain / all
security.sessions=stateless # always / never / if_required / stateless
security.ignored=false
@ -173,11 +173,11 @@ content into your application; rather pick only the properties that you need.
@@ -173,11 +173,11 @@ content into your application; rather pick only the properties that you need.
spring.datasource.initialize=true # populate using data.sql
spring.datasource.schema= # a schema (DDL) script resource reference
spring.datasource.data= # a data (DML) script resource reference
spring.datasource.sqlScriptEncoding= # a charset for reading SQL scripts
spring.datasource.sql-script-encoding= # a charset for reading SQL scripts
spring.datasource.platform= # the platform to use in the schema resource (schema-${platform}.sql)
spring.datasource.continueOnError=false # continue even if can't be initialized
spring.datasource.continue-on-error=false # continue even if can't be initialized
spring.datasource.separator=; # statement separator in SQL initialization scripts
@ -201,7 +201,7 @@ content into your application; rather pick only the properties that you need.
@@ -201,7 +201,7 @@ content into your application; rather pick only the properties that you need.
spring.jpa.properties.*= # properties to set on the JPA connection
spring.jpa.openInView=true
spring.jpa.open-in-view=true
spring.jpa.show-sql=true
spring.jpa.database-platform=
spring.jpa.database=
@ -212,7 +212,7 @@ content into your application; rather pick only the properties that you need.
@@ -212,7 +212,7 @@ content into your application; rather pick only the properties that you need.
@ -225,7 +225,7 @@ content into your application; rather pick only the properties that you need.
@@ -225,7 +225,7 @@ 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.init-version= 1 # version to start migration
flyway.sql-migration-prefix=V
flyway.sql-migration-suffix=.sql
flyway.enabled=true
@ -252,7 +252,7 @@ content into your application; rather pick only the properties that you need.
@@ -252,7 +252,7 @@ content into your application; rather pick only the properties that you need.
@ -276,7 +276,7 @@ content into your application; rather pick only the properties that you need.
@@ -276,7 +276,7 @@ content into your application; rather pick only the properties that you need.
spring.hornetq.embedded.data-directory= # location of data content (when persistence is enabled)
spring.hornetq.embedded.queues= # comma-separated queues to create on startup
@ -319,12 +319,12 @@ content into your application; rather pick only the properties that you need.
@@ -319,12 +319,12 @@ content into your application; rather pick only the properties that you need.
# SPRING MOBILE DEVICE VIEWS ({sc-spring-boot-autoconfigure}/mobile/DeviceDelegatingViewResolverAutoConfiguration.{sc-ext}[DeviceDelegatingViewResolverAutoConfiguration])
spring.mobile.devicedelegatingviewresolver.enabled=true # disabled by default
@ -333,7 +333,7 @@ content into your application; rather pick only the properties that you need.
@@ -333,7 +333,7 @@ content into your application; rather pick only the properties that you need.
# MANAGEMENT HTTP SERVER ({sc-spring-boot-actuator}/autoconfigure/ManagementServerProperties.{sc-ext}[ManagementServerProperties])
management.port= # defaults to 'server.port'
management.address= # bind to a specific NIC
management.contextPath= # default to '/'
management.context-path= # default to '/'
management.add-application-context-header= # default to true
@ -378,7 +378,7 @@ content into your application; rather pick only the properties that you need.
@@ -378,7 +378,7 @@ content into your application; rather pick only the properties that you need.
endpoints.jmx.enabled=true
endpoints.jmx.domain= # the JMX domain, defaults to 'org.springboot'
@ -390,7 +390,7 @@ content into your application; rather pick only the properties that you need.
@@ -390,7 +390,7 @@ content into your application; rather pick only the properties that you need.