Files
iot-test-platform/target/classes/application.yml

15 lines
169 B
YAML
Raw Normal View History

2025-12-12 11:45:17 +08:00
server:
port: 8080
jt808:
port: 8091
raw-data:
enabled: true
output-dir: ./raw-data
2025-12-12 11:45:17 +08:00
logging:
level:
root: INFO
2025-12-15 10:54:47 +08:00
com.iot.transport.jt808: DEBUG
2025-12-12 11:45:17 +08:00