dev-discount
胡锐 2 years ago
parent bc015c00c2
commit fba9665d6e
  1. 15
      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

Loading…
Cancel
Save