|
|
|
@ -9,7 +9,7 @@ debug: false |
|
|
|
|
#datasource数据源设置 |
|
|
|
|
spring: |
|
|
|
|
datasource: |
|
|
|
|
url: jdbc:mysql://139.159.177.244:3306/hsg_2.0?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
|
|
url: jdbc:mysql://139.9.154.68:3306/hsg_2.0?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
|
|
username: root |
|
|
|
|
password: HF123456. |
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
@ -29,7 +29,7 @@ spring: |
|
|
|
|
maxOpenPreparedStatements: 20 |
|
|
|
|
redis: |
|
|
|
|
database: 0 |
|
|
|
|
host: 139.159.177.244 |
|
|
|
|
host: 139.9.154.68 |
|
|
|
|
port: 36379 |
|
|
|
|
password: HF123456.Redis |
|
|
|
|
timeout: 1000 |
|
|
|
@ -42,7 +42,7 @@ spring: |
|
|
|
|
#MQTT配置信息 |
|
|
|
|
mqtt: |
|
|
|
|
#MQTT服务地址 |
|
|
|
|
url: ws://139.159.177.244:8083/mqtt |
|
|
|
|
url: ws://139.9.154.68:8083/mqtt |
|
|
|
|
#用户名 |
|
|
|
|
username: printer_provider |
|
|
|
|
#密码 |
|
|
|
@ -59,7 +59,7 @@ spring: |
|
|
|
|
serialization: |
|
|
|
|
write-dates-as-timestamps: true |
|
|
|
|
rocketmq: |
|
|
|
|
name-server: 139.159.177.244:9876 |
|
|
|
|
name-server: 139.9.154.68:9876 |
|
|
|
|
producer: |
|
|
|
|
#必须指定group |
|
|
|
|
group: default-group |
|
|
|
@ -84,7 +84,7 @@ jetcache: |
|
|
|
|
remote: |
|
|
|
|
default: |
|
|
|
|
type: redis |
|
|
|
|
host: 139.159.177.244 |
|
|
|
|
host: 139.9.154.68 |
|
|
|
|
port: 36379 |
|
|
|
|
password: HF123456.Redis |
|
|
|
|
keyConvertor: fastjson |
|
|
|
|