From 83f9aac3c0093c4c0061787b5ef24814777ccd2e Mon Sep 17 00:00:00 2001 From: 1 <1> Date: Thu, 12 Jun 2025 08:54:31 +0800 Subject: [PATCH] =?UTF-8?q?dev=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastbee-admin/src/main/resources/application-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 # 超时时间