648540858
2021-03-27 f8fe76add24fc2a26449c6b4007a303decb46d99
src/main/resources/application-dev.yml
@@ -11,7 +11,7 @@
        password:
        # [可选] 超时时间
        timeout: 10000
    # [不可用] jdbc数据库配置, 暂不支持
    # [可选] jdbc数据库配置, 项目使用sqlite作为数据库,一般不需要配置
    datasource:
        # name: eiot
        # url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
@@ -92,4 +92,8 @@
    level:
        com:
            genersoft:
                iot: debug
                iot: debug
# [根据业务需求配置]
userSettings:
    # 保存移动位置历史轨迹:true:保留历史数据,false:仅保留最后的位置(默认)
    savePositionHistory: false