ruoyi-admin/src/main/resources/application.yml
@@ -52,14 +52,6 @@
    org.springframework: warn
  config: classpath:logback.xml
# 用户配置
user:
  password:
    # 密码最大错误次数
    maxRetryCount: 5
    # 密码锁定时间(默认10分钟)
    lockTime: 10
# Spring配置
spring:
  application:
@@ -280,3 +272,11 @@
      show-details: ALWAYS
    logfile:
      external-file: ./logs/sys-console.log
--- # websocket
websocket:
  enabled: true
  # 路径
  path: /websocket
  # 设置访问源地址
  allowedOrigins: '*'