This commit is contained in:
itheinjury@163.com
2022-02-17 13:58:16 +08:00
parent f280ab88ec
commit 2f3e2a5ae8
7 changed files with 90 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
server:
port: 8886
# port: 8886
port: 30005
servlet:
context-path: /
@@ -25,26 +25,18 @@ management:
exposure:
include: '*'
spring:
application:
name: consumer
# 要在其中注册的Spring Boot Admin Server的URL。
boot:
admin:
client:
url: http://127.0.0.1:8000
# mongodb
data:
mongodb:
host: 192.168.2.126
port: 27017
database: rx-shop
username: goboo
password: Gb84505016
authentication-database: admin
# replica-set-name: mongoreplset
url: http://127.0.0.1:30000
cache:
type: redis
# Redis
redis:
host: 192.168.2.126
host: 192.168.2.122
port: 6379
password: Gb84505016
lettuce:
@@ -119,7 +111,7 @@ spring:
props:
#是否打印逻辑SQL语句和实际SQL语句建议调试时打印在生产环境关闭
sql:
show: true
show: false
# 忽略鉴权url
ignored:
@@ -146,8 +138,8 @@ ignored:
- /buyer/memberEvaluation/**/goodsEvaluation
- /buyer/memberEvaluation/**/evaluationNumber
- /store/login/**
- /manager/user/login
- /manager/user/refresh/**
- /manager/passport/user/login
- /manager/passport/user/refresh/**
- /druid/**
- /swagger-ui.html
- /doc.html
@@ -167,11 +159,11 @@ swagger:
title: API接口文档
description: Api Documentation
version: 1.0.0
termsOfServiceUrl:
termsOfServiceUrl: https://pickmall.cn
contact:
name: rx
url:
email:
name: lili
url: https://pickmall.cn
email: admin@pickmall.com
# Mybatis-plus
mybatis-plus:
@@ -184,19 +176,21 @@ mybatis-plus:
# 日志
logging:
config: classpath:logback-spring.xml
# 输出级别
level:
cn.lili: info
root: info
# org.hibernate: debug
# org.springframework: debug
# org.springframework.data.mongodb.core: debug
file:
# 指定路径
path: lili-logs
# 最大保存天数
max-history: 7
# 每个文件最大大小
max-size: 5MB
logback:
rollingpolicy:
# 最大保存天数
max-history: 7
# 每个文件最大大小
max-file-size: 5MB
#加密参数
jasypt:
encryptor:
@@ -204,7 +198,7 @@ jasypt:
lili:
system:
isDemoSite: false
isDemoSite: true
statistics:
# 在线人数统计 X 小时。这里设置48即统计过去48小时每小时在线人数
onlineMember: 48
@@ -244,7 +238,7 @@ lili:
data:
elasticsearch:
cluster-name: elasticsearch
cluster-nodes: 192.168.2.126:9200
cluster-nodes: 192.168.2.122:9200
index:
number-of-replicas: 0
number-of-shards: 3
@@ -253,7 +247,8 @@ lili:
# account:
# username: elastic
# password: LiLiShopES
logstash:
server: 192.168.2.122:4560
rocketmq:
promotion-topic: lili_promotion_topic
promotion-group: lili_promotion_group
@@ -274,7 +269,7 @@ lili:
after-sale-topic: lili_after_sale_topic
after-sale-group: lili_after_sale_group
rocketmq:
name-server: 192.168.2.126:9876
name-server: 192.168.2.122:9876
producer:
group: lili_group
send-message-timeout: 30000
@@ -282,7 +277,7 @@ rocketmq:
xxl:
job:
admin:
addresses: http://192.168.2.126:9001/xxl-job-admin
addresses: http://192.168.2.122:9001/xxl-job-admin
executor:
appname: xxl-job-executor-lilishop
address: