增加分润队列逻辑
This commit is contained in:
@@ -3,9 +3,9 @@ server:
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://192.168.31.162:3306/hui-mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
||||
username: lion
|
||||
password: leeqiang
|
||||
url: jdbc:mysql://8.137.112.156:3307/hui-mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
|
||||
username: root
|
||||
password: 1m2y3s4q5l6
|
||||
druid:
|
||||
initial-size: 5 #连接池初始化大小
|
||||
min-idle: 10 #最小空闲连接数
|
||||
@@ -17,7 +17,7 @@ spring:
|
||||
login-password: druid
|
||||
|
||||
redis:
|
||||
host: 192.168.31.162 # Redis服务器地址
|
||||
host: 192.168.10.107 # Redis服务器地址
|
||||
database: 1 # Redis数据库索引(默认为0)
|
||||
port: 6379 # Redis服务器连接端口
|
||||
password: leeqiang # Redis服务器连接密码(默认为空)
|
||||
|
||||
@@ -3,9 +3,9 @@ server:
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/ysr_mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://8.137.112.156:3307/hui-mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
|
||||
username: root
|
||||
password: yusenrong@admin
|
||||
password: 1m2y3s4q5l6
|
||||
druid:
|
||||
initial-size: 5 #连接池初始化大小
|
||||
min-idle: 10 #最小空闲连接数
|
||||
@@ -17,10 +17,10 @@ spring:
|
||||
login-password: druid
|
||||
|
||||
redis:
|
||||
host: localhost # Redis服务器地址
|
||||
host: redis.excn.vip # Redis服务器地址
|
||||
database: 0 # Redis数据库索引(默认为0)
|
||||
port: 6379 # Redis服务器连接端口
|
||||
password: redis # Redis服务器连接密码(默认为空)
|
||||
port: 6380 # Redis服务器连接端口
|
||||
password: ueredis # Redis服务器连接密码(默认为空)
|
||||
jedis:
|
||||
pool:
|
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
||||
@@ -30,7 +30,7 @@ spring:
|
||||
timeout: 3000ms # 连接超时时间(毫秒)
|
||||
|
||||
rabbitmq:
|
||||
host: localhost
|
||||
host: host.docker.internal
|
||||
port: 5672
|
||||
virtual-host: /mall
|
||||
username: mall
|
||||
@@ -60,4 +60,4 @@ logging:
|
||||
level:
|
||||
root: info #日志配置DEBUG,INFO,WARN,ERROR
|
||||
com.buy507.mall: debug
|
||||
path: /var/logs #配置日志生成路径
|
||||
path: ./logs #配置日志生成路径
|
||||
Reference in New Issue
Block a user