zoukankan      html  css  js  c++  java
  • 项目开发环境

    一、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

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

  • 相关阅读:
    centos创建本地yum仓库
    CentOSyum操作
    配置mysql5.5主从服务器(转)
    如何做好网站开发项目需求分析(转)
    我在寻求工作治理的方法(转)
    Centos下_MysqL5.7在使用mysqldump命令备份数据库报错:mysqldump: [Warning] Using a password on the command line interface can be insecure.
    Redis限制在规定时间范围内登陆错误次数限制
    Yaf框架的配置
    在Centos环境下安装兼容Apache2.4高版本SVN服务
    yaf框架加载全局公共函数
  • 原文地址:https://www.cnblogs.com/lexiaofei/p/8334247.html
Copyright © 2011-2022 走看看