application-dev.yml 793 B

1234567891011121314151617181920212223242526272829
  1. server:
  2. port: 5080
  3. swagger:
  4. enabled: true
  5. mybatis:
  6. mapper-locations: classpath:mappers/*xml
  7. type-aliases-package: com.iwbnet.iot.entity
  8. configuration:
  9. map-underscore-to-camel-case: true
  10. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  11. # DataSource Config
  12. spring:
  13. datasource:
  14. type: com.alibaba.druid.pool.DruidDataSource
  15. url: jdbc:mysql://47.112.30.247:43308/iot_com?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false
  16. username: root
  17. password: 123456
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. mvc:
  20. pathmatch:
  21. matching-strategy: ant_path_matcher
  22. mqtt:
  23. host: tcp://127.0.0.1:1883
  24. username: admin
  25. password: 123456
  26. clientId: vbdsm-hj212-iot
  27. sub: vbdsm/device/+/+,system/+/+