spring:
|
profiles:
|
active: dev
|
jackson:
|
date-format: yyyy-MM-dd HH:mm:ss
|
time-zone: GMT+8
|
servlet:
|
multipart:
|
max-file-size: 100MB
|
max-request-size: 100MB
|
location: /usr/local/project/upload_tmp
|
mybatis-plus:
|
check-config-location: true
|
configuration:
|
map-underscore-to-camel-case: true
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
mapper-locations: classpath*:/mapper/*.xml
|
global-config:
|
db-config:
|
logic-delete-value: "now()" # 逻辑已删除值(默认为 1)
|
logic-not-delete-value: "null" # 逻辑未删除值(默认为 0)
|
logging:
|
file:
|
path: logs
|
|
|
# led屏幕服务器地址(更改需要同时更改)
|
realtime-server:
|
# command: http://101.132.131.91:8081/payload/
|
# url: http://101.132.131.91:8081/
|
command: http://112.74.63.130:20018/command/
|
url: http://112.74.63.130:20018/
|
|
|
server-conf:
|
ip: 47.106.172.9 # 47.106.172.9/101.132.131.91
|
|
|
minio:
|
endpoint: 47.106.172.9
|
port: 9000
|
accessKey: minioadmin
|
secretKey: zhxm2512209
|
secure: false
|