@@ -2,11 +2,11 @@
## 数据源 配置
# 数据库连接URL
-spring.datasource.url=jdbc:mysql://localhost:3306/pian?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
+spring.datasource.url=jdbc:mysql://localhost:3306/rfcare?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
# 数据库登录名
spring.datasource.username=root
# 数据库登录密码
-spring.datasource.auth=root
+spring.datasource.auth=care#476^
## mybatis-plus 配置
# 将 SQL 语句输出到控制台(生产环境关闭)
@@ -1,5 +1,5 @@
# 激活指定环境配置文件
-spring.profiles.active=prod
+spring.profiles.active=dev
# 配置服务端口号
server.port=8889
@@ -14,4 +14,4 @@ mqtt.port=8083
mqtt.username=test
mqtt.password=public
#是否开启mqtt消息接受服务,开启:1,不开启:0
-mqtt.on=0
+mqtt.on=1