jiangping
2024-10-14 2079ba28f20bde46f7736699c97abf0e1564770d
server/meeting/meeting_service/src/main/resources/application-pro.yml
@@ -1,23 +1,16 @@
spring:
  # 数据源配置
  datasource:
    url: jdbc:mysql://localhost:3306/smart_meeting?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
    url: jdbc:mysql://localhost:3306/antaiwuliu?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
    username: root
    password: Znhys@168.com
    password: Atwl@2024
    driver-class-name: com.mysql.cj.jdbc.Driver
    type: com.alibaba.druid.pool.DruidDataSource
knife4j:
  enable: true
  basic:
    enable: true
    username: admin
    password: doumee@168.com
debug_model: true
captcha_check: false
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
debug_model: false
captcha_check: true
# Swagger配置
swagger:
@@ -27,7 +20,8 @@
  enabled: true
  # 禁用swagger时的重定向地址
  redirect-uri: /
timing: true
des_pwd: 123456SDFKDJF
########################微信支付相关配置########################
wx:
@@ -45,7 +39,16 @@
    appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ
########################定时开启配置########################
timing: true
des_pwd: 123456SDFKDJF
## MQTT##
mqtt:
  host: tcp://192.168.10.198:1883
  userName: root
  passWord: 123456
  qos: 1
  clientId: ClientId_local #ClientId_local必须唯一 比如你已经定了叫ABC  那你就一直叫ABC  其他地方就不要使用ABC了
  timeout: 10
  keepalive: 20
  topic1: A/pick/warn/#  #符号是代表整个warn下面的全部子主题 没有理解的话 可以百度仔细理解一下
  topic2: A/cmd/resp
  topic3: ABCF
  topic4: ABCH