集成 mqtt 部分逻辑

This commit is contained in:
gong
2025-11-18 16:30:55 +08:00
parent 106968fb1f
commit 97d038f159
10 changed files with 800 additions and 7 deletions

View File

@@ -2,17 +2,17 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://rm-bp1kn7h89nz62cno1ro.mysql.rds.aliyuncs.com:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8
username: cashier
password: Cashier@1@
url: jdbc:mysql://192.168.1.42:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8
username: root
password: Chaozg123.
data:
redis:
host: 121.40.109.122
host: 192.168.1.42
port: 6379
password: chaozg123
password: Chaozg123.
timeout: 1000
database: 2
database: 0
lettuce:
pool:
min-idle: 0

View File

@@ -26,4 +26,9 @@ dubbo:
filter: traceProviderFilter
consumer:
filter: traceConsumerFilter
check: false
check: false
mqtt:
server:
port: 1883