ruoyi-admin/src/main/resources/application.yml
@@ -11,7 +11,7 @@ # 文件路径 profile: ./ruoyi/uploadPath # 获取ip地址开关 addressEnabled: false addressEnabled: true captcha: # 验证码开关 @@ -253,9 +253,16 @@ enabled: true okhttp: enabled: true hystrix: circuitbreaker: enabled: true --- # 分布式锁 lock4j 全局配置 lock4j: # 获取分布式锁超时时间,默认为 3000 毫秒 acquire-timeout: 3000 # 分布式锁的超时时间,默认为 30 毫秒 expire: 30000 --- # 定时任务配置 spring: quartz: