You can not 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
993 B

8 months ago
7 months ago
8 months ago
4 months ago
4 months ago
7 months ago
4 months ago
4 months ago
4 months ago
4 months ago
7 months ago
7 months ago
4 months ago
7 months ago
1 year ago
7 months ago
8 months ago
4 months ago
8 months ago
7 months ago
  1. server:
  2. port: 80
  3. #device.runmode: "RealMode"
  4. a8k.enableTemperatureCtrl: false
  5. device.runmode: "RealMode"
  6. iflytophald:
  7. ip: 127.0.0.1
  8. cmdch.port: 19004
  9. datach.port: 19005
  10. #hardware.canbus.url: ws://127.0.0.1:19005
  11. logging:
  12. file:
  13. name: ./runenv/app.log
  14. level:
  15. a8k.app.hardware.basedriver: info
  16. spring:
  17. web:
  18. resources:
  19. static-locations: file:appresource/static/app/,file:appresource/static/,file:/opt/app/static/,classpath:templates/,classpath:static/
  20. datasource:
  21. # url: jdbc:sqlite::resource:app.db
  22. url: jdbc:sqlite:appresource/db/app.db
  23. driver-class-name: org.sqlite.JDBC
  24. jackson:
  25. serialization:
  26. write-dates-as-timestamps: true
  27. springdoc:
  28. api-docs:
  29. path: /doc/api-docs
  30. enabled: true
  31. swagger-ui:
  32. enabled: true # 开启swagger界面,依赖OpenApi,需要OpenApi同时开启
  33. path: /doc/apitest.html # 自定义路径,默认为"/swagger-ui/index.html
  34. operationsSorter: method # 接口按照方法排序