作者 韦绍镭

更新 logistics-warehouse-proxy-xxl-job-dev.yml

## spring security 配置
security:
security:
strategy: MODE_INHERITABLETHREADLOCAL
oauth2:
client:
client-id: ENC(c5ebVTRN5xEzRooPfOtZ0w==)
... ... @@ -23,6 +21,8 @@ security:
# 数据源
spring:
security:
strategy: MODE_INHERITABLETHREADLOCAL
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
... ...