• 项目开发环境


    一、hosts

    ##########################################################
    hosts
    # localhost name resolution is handled within DNS itself.
    127.0.0.1 localhost
    ::1 localhost

    10.110.17.13 gitserver
    10.110.17.14 jenkinsserver
    10.110.17.15 sonar.iop.inspur.co
    10.110.17.17 backup.inspur.com
    10.110.20.95 langchao.com

    #本地maven库
    10.110.17.16 repo.iop.inspur.com

    #git
    10.10.7.13 gitlab.inspur.com

    二、git仓库和git项目

    ##########################################################
    开发环境
    http://gitlab.inspur.com/iot/iot-design.git
    http://gitlab.inspur.com/iot/iot-hub.git
    http://gitlab.inspur.com/iot/iot-dm.git

    liangshengqi@inspur.com
    Abc123**

    三、数据库 - 10.110.20.185:3306

    四、项目资源

    ##########################################################
    mosquitto
    -----------------------------------------------
    # If require_certificate is true, you may set use_identity_as_username to true
    # to use the CN value from the client certificate as a username. If this is
    # true, the password_file option will not be used for this listener.
    require_certificate true
    use_identity_as_username true

    springboot实现mqtt broker启动
    项目位于 https://github.com/historicvally/springboot-mqtt

    ##########################################################
    设备、身份、策略的关系
    1、一个身份可以被多个设备使用
    2、一个设备绑定一个身份
    3、一个身份绑定一个策略,一个策略对应多个主题

    ##########################################################
    亚马逊
    https://console.aws.amazon.com/console/home
    kitty-王静 9:36:33
    https://signin.aws.amazon.com/signin?redirect_uri=https%3A%2F%2Fus-east-2.console.aws.amazon.com%2Fconsole%2Fhome%3Fregion%3Dus-east-2%26state%3DhashArgs%2523%26isauthcode%3Dtrue&client_id=arn%3Aaws%3Aiam%3A%3A015428540659%3Auser%2Fhomepage&forceMobileApp=0
    1148188280@qq.com

    ##########################################################
    展湾
    101.81.13.10:8000
    http://58.56.9.44:8088/itm-client/login.jsp
    http://blog.csdn.net/bangdingshouji/article/details/52541591

    ##########################################################

  • 相关阅读:
    单片机的状态机框架编写
    lubuntu18.04.4LTS系统安装及esp8266的环境搭建
    tcp网络驱动芯片w5500使用小记
    virtual box平台下如何实现Windows和ubuntu的文件共享——涉及增强工具+挂载技巧
    ubuntu的版本生命周期
    ubuntu18.10 server折腾小记
    iar、keil(ac5+ac6)编译效果小记
    IAR嵌入式工作台IDE _ (__no_init) 绝对定位
    大战Java虚拟机【2】—— GC策略
    大战Java虚拟机【1】—— 内存
  • 原文地址:https://www.cnblogs.com/lexiaofei/p/8334247.html
Copyright © 2020-2023  润新知