648540858
2024-05-28 5a70a4742dad4dded0916365a0c9591501233ec0
src/main/resources/application-dev.yml
@@ -10,6 +10,8 @@
    multipart:
      max-file-size: 10MB
      max-request-size: 100MB
  cache:
    type: redis
  # REDIS数据库配置
  redis:
    # [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
@@ -110,7 +112,4 @@
  auto-apply-play: true
  # 设备/通道状态变化时发送消息
  device-status-notify: true
# [可选] 日志配置, 一般不需要改
logging:
  config: classpath:logback-spring.xml