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,4 +1,3 @@
debug: true
spring.thymeleaf.cache: false
security.basic.enabled: false
logging.level.org.springframework.security: INFO