From fba9665d6ee022f58dbad9522d4d610762357b15 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Fri, 3 Feb 2023 11:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4diam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hai-order/src/main/resources/prod/application.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/hai-order/src/main/resources/prod/application.yml b/hai-order/src/main/resources/prod/application.yml index fd57f96a..83d9d50b 100644 --- a/hai-order/src/main/resources/prod/application.yml +++ b/hai-order/src/main/resources/prod/application.yml @@ -4,14 +4,14 @@ server: context-path: /order #配置是否为debug模式,debug模式下,不开启权限校验 -debug: true +debug: false #datasource数据源设置 spring: datasource: - url: jdbc:mysql://139.159.177.244:3306/hfkj?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 - username: hfkj - password: HF123456. + url: jdbc:mysql://192.168.0.63:21100/hsg?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 + username: hsg + password: HUfukeji123456!@# type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver filters: stat @@ -51,11 +51,11 @@ spring: #MQTT配置信息 mqtt: #MQTT服务地址 - url: ws://139.159.177.244:8083/mqtt + url: ws://122.9.135.148:8083/mqtt #用户名 username: printer_provider #密码 - password: 123654 + password: abcd123! #客户端id(不能重复) # client: # id: provider-id @@ -63,10 +63,11 @@ spring: # default: # topic: topic rocketmq: - name-server: 139.159.177.244:9876 + name-server: 122.9.135.148:9876 producer: #必须指定group group: default-group + mybatis: mapperLocations: - classpath*:sqlmap*/*.xml