application.yml 265 B

12345678910111213141516
  1. server:
  2. port: 8091
  3. spring:
  4. data:
  5. mongodb:
  6. uri: mongodb://填写mongodb地址/admin
  7. database: iotkit
  8. cache:
  9. cache-names: foo,bar
  10. caffeine:
  11. spec: maximumSize=5000,expireAfterAccess=120s
  12. mqtt:
  13. url: tcp://填写mqtt连接地址