Files
iot-test-platform/target/classes/application.yml
lzh cb6874b942
Some checks failed
iot-test-platform CI/CD / build-and-deploy (push) Failing after 45s
feat: 添加JT808原始数据收集功能
2026-01-16 22:42:39 +08:00

15 lines
169 B
YAML

server:
port: 8080
jt808:
port: 8091
raw-data:
enabled: true
output-dir: ./raw-data
logging:
level:
root: INFO
com.iot.transport.jt808: DEBUG