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 context-path: /order
#配置是否为debug模式,debug模式下,不开启权限校验 #配置是否为debug模式,debug模式下,不开启权限校验
debug: true debug: false
#datasource数据源设置 #datasource数据源设置
spring: spring:
datasource: datasource:
url: jdbc:mysql://139.159.177.244:3306/hfkj?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 url: jdbc:mysql://192.168.0.63:21100/hsg?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
username: hfkj username: hsg
password: HF123456. password: HUfukeji123456!@#
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
filters: stat filters: stat
@ -51,11 +51,11 @@ spring:
#MQTT配置信息 #MQTT配置信息
mqtt: mqtt:
#MQTT服务地址 #MQTT服务地址
url: ws://139.159.177.244:8083/mqtt url: ws://122.9.135.148:8083/mqtt
#用户名 #用户名
username: printer_provider username: printer_provider
#密码 #密码
password: 123654 password: abcd123!
#客户端id(不能重复) #客户端id(不能重复)
# client: # client:
# id: provider-id # id: provider-id
@ -63,10 +63,11 @@ spring:
# default: # default:
# topic: topic # topic: topic
rocketmq: rocketmq:
name-server: 139.159.177.244:9876 name-server: 122.9.135.148:9876
producer: producer:
#必须指定group #必须指定group
group: default-group group: default-group
mybatis: mybatis:
mapperLocations: mapperLocations:
- classpath*:sqlmap*/*.xml - classpath*:sqlmap*/*.xml

Loading…
Cancel
Save