我们正在运行spring boot version 1.5.10
JDK : 1.8.0.52
我们的 gradle 文件有条目
compile group: 'org.springframework.security', name: 'spring-security-web', version: '4.2.3.RELEASE'
我们在 application.properites 中禁用了它
management.security.enabled=false
我们application-production.properties
用来设置生产变量
当我们在生产环境中运行时,值不受影响
我们是否需要再次显式设置它application-production.properties
?