spring:
|
|
datasource:
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
# url: jdbc:mysql://localhost:3306/jt808?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
# username: root
|
# password: mysql123456
|
url: jdbc:mysql://111.40.46.199:201/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
username: root
|
password: Ard12345*
|
|
application:
|
name: jt808
|
jackson:
|
time-zone: GMT+8
|
date-format: yyyy-MM-dd HH:mm:ss
|
mvc:
|
format:
|
date-time: yyyy-MM-dd HH:mm:ss
|
date: yyyy-MM-dd
|
time: HH:mm:ss
|
|
mybatis-plus:
|
configuration:
|
use-generated-keys: true
|
map-underscore-to-camel-case: true
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
mapper-locations:
|
- classpath:/mapper/jt/*.xml
|
logging:
|
level:
|
com:
|
ruoyi:
|
jt:
|
mapper: debug
|
service: info
|
controller: info
|
server:
|
# port: 8000
|
port: 7005
|
|
jt-server:
|
jt808:
|
tcp-port: 7000
|
udp-port: 7000
|
idle-timeout: 180
|
message-package: org.yzh.protocol
|
t0801:
|
path: D:/jt_data/media_file
|
t9208:
|
host: 127.0.0.1
|
port: 7200
|
enabled: true
|
path: D:/jt_data/alarm_file
|
t9206:
|
host: 127.0.0.1
|
port: 21
|
username: test
|
password: test
|