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.
|
|
|
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.1.190: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: debug
|
|
|
|
file:
|
|
|
|
name: /home/xydl/ncac/logs/ncac.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|