Move security.* to spring.security.*

This commit also removes `security.basic.enabled` as this property is
no longer required.

Closes gh-10296
This commit is contained in:
Stephane Nicoll
2017-09-14 16:44:22 +02:00
parent 033939e3c0
commit e05e04014b
13 changed files with 70 additions and 83 deletions

View File

@@ -1,5 +1,4 @@
spring.thymeleaf.cache: false
security.basic.enabled: false
# demo only:
logging.level.org.springframework.security: INFO
logging.level.org.springframework.boot.actuate.audit.listener.AuditListener: DEBUG