We are running on spring boot version 1.5.10
JDK : 1.8.0.52
Our gradle file has the entry
compile group: 'org.springframework.security', name: 'spring-security-web', version: '4.2.3.RELEASE'
We have disabled it in our application.properites through
management.security.enabled=false
We use application-production.properties
to set production variables
When we run in production environment the value is not affected
Do we need to explicitly set it again in application-production.properties
?