diff --git a/fastbee-admin/src/main/resources/application-dev.yml b/fastbee-admin/src/main/resources/application-dev.yml index 706b49d..e92db02 100644 --- a/fastbee-admin/src/main/resources/application-dev.yml +++ b/fastbee-admin/src/main/resources/application-dev.yml @@ -18,7 +18,7 @@ spring: master: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/xazn?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.1.188:3306/xazn?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: admin123 druid: @@ -50,7 +50,7 @@ spring: # redis 配置 redis: - host: localhost # 地址 + host: 192.168.1.188 # 地址 port: 6379 # 端口,默认为6379 database: 0 # 数据库索引 password: admin123 # 密码 @@ -65,7 +65,7 @@ spring: mqtt: username: fastbee # 账号 password: fastbee # 密码 - host-url: tcp://localhost:1883 # mqtt连接tcp地址 + host-url: tcp://192.168.1.188:1883 # mqtt连接tcp地址 client-id: ${random.int} # 客户端Id,不能相同,采用随机数 ${random.value} default-topic: test # 默认主题 timeout: 30 # 超时时间