[add] 新增萤石摄像头预置位相关逻辑 [update] 修改萤石摄像头相关逻辑
This commit is contained in:
@ -49,7 +49,7 @@ spring:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||
url: jdbc:mysql://192.168.110.126:3306/xinnengyuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://192.168.110.119:3306/xinnengyuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: 123456
|
||||
# # 从库数据源
|
||||
@ -273,5 +273,8 @@ weather:
|
||||
dxf2GeoJson:
|
||||
file-name: main.exe
|
||||
ys7:
|
||||
app-key: "f01490bd5d5241b7809d8fc5fe84f7f8"
|
||||
app-secret: "d468f270699de855fd85fe7fd6f9595f"
|
||||
app-key: 3acf9f1a43dc4209841e0893003db0a2
|
||||
app-secret: 4bbf3e9394f55d3af6e3af27b2d3db36
|
||||
#ys7:
|
||||
# app-key: f01490bd5d5241b7809d8fc5fe84f7f8
|
||||
# app-secret: d468f270699de855fd85fe7fd6f9595f
|
||||
|
||||
@ -275,5 +275,5 @@ weather:
|
||||
dxf2GeoJson:
|
||||
file-name: main
|
||||
ys7:
|
||||
app-key: "f01490bd5d5241b7809d8fc5fe84f7f8"
|
||||
app-secret: "d468f270699de855fd85fe7fd6f9595f"
|
||||
app-key: xx
|
||||
app-secret: xx
|
||||
|
||||
@ -120,6 +120,8 @@ security:
|
||||
- /*/api-docs
|
||||
- /*/api-docs/**
|
||||
- /warm-flow-ui/token-name
|
||||
- /other/ys7Device/webhook
|
||||
- /other/ys7Device/test
|
||||
|
||||
# 多租户配置
|
||||
tenant:
|
||||
|
||||
Reference in New Issue
Block a user