1、增加同步视频摄像头标签--配置文件
This commit is contained in:
parent
561c481949
commit
e98a470d7e
|
@ -100,3 +100,10 @@ sso:
|
||||||
# url: jdbc:postgresql://123456:5432/security_enterprise
|
# url: jdbc:postgresql://123456:5432/security_enterprise
|
||||||
# username: postgres
|
# username: postgres
|
||||||
# password: 123456
|
# password: 123456
|
||||||
|
|
||||||
|
#同步摄像头标签表t_channel_mtm_label需要链接的数据库配置
|
||||||
|
synchro:
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
url: jdbc:mysql://127.0.0.1:3306/share_platform?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&useSSL=false
|
||||||
|
username: root
|
||||||
|
password: root
|
|
@ -32,7 +32,7 @@ server:
|
||||||
spring:
|
spring:
|
||||||
# 环境 dev|test|prod|show
|
# 环境 dev|test|prod|show
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: my
|
||||||
messages:
|
messages:
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
|
|
Loading…
Reference in New Issue