Add some clarifications to maven plugin README

Fixes gh-246
This commit is contained in:
Dave Syer
2014-01-21 12:17:03 +00:00
parent 02f6814d93
commit 2dc4c291ff
2 changed files with 37 additions and 11 deletions

View File

@@ -59,7 +59,6 @@ spring:
test-on-return
validation-query
jpa:
open-in-view:
show-sql:
@@ -71,14 +70,16 @@ spring:
cache-provider:
ddl-auto:
thymeleaf
thymeleaf:
prefix: classpath:/templates/
suffix: .html
mode: HTML5
cache: true
view:
prefix:
suffix:
# actuator
@@ -94,7 +95,11 @@ endpoints:
shutdown
trace
# (ManagementServerProperties)
management:
port
port:
# (SecurityProperties)
security:
basic:
enabled: true