Reason: org.springframeork.boot.contextproperties.bind.BindException: Failed to bind propenties under 'securityoauth.client.client-id' to java.lang.string
启动定时任务器的时候报错
每个服务的在配置中心里的client-id和client-secret需跟客户端生成的加密串保持一致
client-id: ENC(123)
client-secret: ENC(123)、