23 lines
490 B
YAML
23 lines
490 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://127.0.0.1:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&useAffectedRows=true
|
|
username: root
|
|
password: hyty1234
|
|
redis:
|
|
host: 127.0.0.1
|
|
password:
|
|
timeout: 6000
|
|
port: 6379
|
|
|
|
jpa:
|
|
show-sql: true
|
|
|
|
|
|
nettym:
|
|
url: http://127.0.0.1:8021/netty/message/send
|
|
|
|
door:
|
|
ip: 192.168.1.150
|
|
port: 8000
|
|
sn: MC-5824T28085603
|
|
pwd: FFFFFFFF |