You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
721 B
YAML
40 lines
721 B
YAML
2 years ago
|
server:
|
||
|
port: 8099
|
||
|
servlet:
|
||
|
context-path: /
|
||
|
|
||
|
spring:
|
||
|
jackson:
|
||
|
date-format: yyyy-MM-dd HH:mm:ss
|
||
|
time-zone: GMT+8
|
||
|
datasource:
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
url: jdbc:mysql://192.168.50.200:3306/iec104?charset=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&connectTimeout=60000&socketTimeout=60000
|
||
|
username: root
|
||
|
password: 123456
|
||
|
jpa:
|
||
|
show-sql: true
|
||
|
mvc:
|
||
|
format:
|
||
|
date: yyyy-MM-dd HH:mm:ss
|
||
|
pathmatch:
|
||
|
matching-strategy: ant_path_matcher
|
||
|
|
||
|
logging:
|
||
|
level:
|
||
|
root: info
|
||
|
com:
|
||
|
xydl:
|
||
|
controller:
|
||
|
TestControler: info
|
||
|
service:
|
||
|
impl: debug
|
||
|
schedule: info
|
||
|
file:
|
||
|
name: /root/log/mqtt.log
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|