好友管理
This commit is contained in:
parent
5a435dd19c
commit
de4cc4d73f
@ -54,7 +54,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
|
@ -35,7 +35,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
|
@ -29,9 +29,9 @@ spring:
|
|||||||
type: redis
|
type: redis
|
||||||
# Redis
|
# Redis
|
||||||
redis:
|
redis:
|
||||||
host: 192.168.31.100
|
host: 127.0.0.1
|
||||||
port: 30379
|
port: 6379
|
||||||
password: lilishop
|
# password: e4ea0caebfd2
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
@ -60,9 +60,9 @@ spring:
|
|||||||
default-datasource:
|
default-datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://192.168.31.100:30306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://82.156.121.2:23306/shop_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: wzj
|
||||||
password: lilishop
|
password: A085F27A43B0
|
||||||
maxActive: 50
|
maxActive: 50
|
||||||
initialSize: 20
|
initialSize: 20
|
||||||
maxWait: 60000
|
maxWait: 60000
|
||||||
@ -256,18 +256,18 @@ lili:
|
|||||||
data:
|
data:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
cluster-name: elasticsearch
|
cluster-name: elasticsearch
|
||||||
cluster-nodes: 192.168.31.100:30920
|
cluster-nodes: 82.156.121.2:19200
|
||||||
index:
|
index:
|
||||||
number-of-replicas: 0
|
number-of-replicas: 0
|
||||||
number-of-shards: 3
|
number-of-shards: 3
|
||||||
index-prefix: lili
|
index-prefix: lili
|
||||||
schema: http
|
schema: http
|
||||||
# account:
|
account:
|
||||||
# username: elastic
|
username: elastic
|
||||||
# password: LiLiShopES
|
password: B5254c5953d
|
||||||
|
|
||||||
logstash:
|
logstash:
|
||||||
server: 192.168.31.100:30560
|
server: 127.0.0.1:30560
|
||||||
rocketmq:
|
rocketmq:
|
||||||
promotion-topic: shop_lili_promotion_topic
|
promotion-topic: shop_lili_promotion_topic
|
||||||
promotion-group: shop_lili_promotion_group
|
promotion-group: shop_lili_promotion_group
|
||||||
@ -288,7 +288,7 @@ lili:
|
|||||||
after-sale-topic: shop_lili_after_sale_topic
|
after-sale-topic: shop_lili_after_sale_topic
|
||||||
after-sale-group: shop_lili_after_sale_group
|
after-sale-group: shop_lili_after_sale_group
|
||||||
rocketmq:
|
rocketmq:
|
||||||
name-server: 192.168.31.100:9876
|
name-server: 127.0.0.1:9876
|
||||||
isVIPChannel: false
|
isVIPChannel: false
|
||||||
producer:
|
producer:
|
||||||
group: lili_group
|
group: lili_group
|
||||||
@ -297,7 +297,7 @@ rocketmq:
|
|||||||
xxl:
|
xxl:
|
||||||
job:
|
job:
|
||||||
admin:
|
admin:
|
||||||
addresses: http://192.168.31.100:30001/xxl-job-admin
|
addresses: http://127.0.1:30001/xxl-job-admin
|
||||||
executor:
|
executor:
|
||||||
appname: xxl-job-executor-lilishop
|
appname: xxl-job-executor-lilishop
|
||||||
address:
|
address:
|
||||||
|
@ -38,7 +38,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
@ -67,9 +67,9 @@ spring:
|
|||||||
default-datasource:
|
default-datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://127.0.0.1:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3306/wuzhongjie?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password: lilishop
|
password: 123
|
||||||
maxActive: 20
|
maxActive: 20
|
||||||
initialSize: 5
|
initialSize: 5
|
||||||
maxWait: 60000
|
maxWait: 60000
|
||||||
@ -274,12 +274,12 @@ rocketmq:
|
|||||||
name-server: 127.0.0.1:9876
|
name-server: 127.0.0.1:9876
|
||||||
producer:
|
producer:
|
||||||
group: lili_group
|
group: lili_group
|
||||||
send-message-timeout: 30000
|
send-message-timeout: 100000
|
||||||
|
|
||||||
xxl:
|
xxl:
|
||||||
job:
|
job:
|
||||||
admin:
|
admin:
|
||||||
addresses: http://127.0.0.1:9001/xxl-job-admin
|
addresses: http://127.0.0.1:30001/xxl-job-admin
|
||||||
executor:
|
executor:
|
||||||
appname: xxl-job-executor-lilishop
|
appname: xxl-job-executor-lilishop
|
||||||
address:
|
address:
|
||||||
|
@ -35,7 +35,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
@ -64,9 +64,9 @@ spring:
|
|||||||
default-datasource:
|
default-datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://127.0.0.1:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3306/wuzhongjie?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password: lilishop
|
password: 123
|
||||||
maxActive: 20
|
maxActive: 20
|
||||||
initialSize: 5
|
initialSize: 5
|
||||||
maxWait: 60000
|
maxWait: 60000
|
||||||
@ -259,7 +259,7 @@ lili:
|
|||||||
after-sale-topic: lili_after_sale_topic
|
after-sale-topic: lili_after_sale_topic
|
||||||
after-sale-group: lili_after_sale_group
|
after-sale-group: lili_after_sale_group
|
||||||
rocketmq:
|
rocketmq:
|
||||||
name-server: 127.0.0.1:9876
|
name-server: 82.156.121.2:9876
|
||||||
producer:
|
producer:
|
||||||
group: lili_group
|
group: lili_group
|
||||||
send-message-timeout: 30000
|
send-message-timeout: 30000
|
||||||
@ -267,7 +267,7 @@ rocketmq:
|
|||||||
xxl:
|
xxl:
|
||||||
job:
|
job:
|
||||||
admin:
|
admin:
|
||||||
addresses: http://127.0.0.1:9001/xxl-job-admin
|
addresses: http://82.156.121.2:9001/xxl-job-admin
|
||||||
executor:
|
executor:
|
||||||
appname: xxl-job-executor-lilishop
|
appname: xxl-job-executor-lilishop
|
||||||
address:
|
address:
|
||||||
|
@ -35,7 +35,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
|
@ -35,7 +35,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: lilishop
|
# password: lilishop
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
# 连接池最大连接数(使用负值表示没有限制) 默认 8
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
### web
|
### web
|
||||||
server.port=9001
|
server.port=30001
|
||||||
server.servlet.context-path=/xxl-job-admin
|
server.servlet.context-path=/xxl-job-admin
|
||||||
|
|
||||||
### actuator
|
### actuator
|
||||||
@ -23,9 +23,9 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
|
|||||||
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
|
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
|
||||||
|
|
||||||
### xxl-job, datasource
|
### xxl-job, datasource
|
||||||
spring.datasource.url=jdbc:mysql://192.168.0.106:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
spring.datasource.url=jdbc:mysql://localhost:3306/wuzhongjie?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=lilishop
|
spring.datasource.password=123
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
|
|
||||||
### datasource-pool
|
### datasource-pool
|
||||||
@ -35,8 +35,8 @@ spring.datasource.hikari.maximum-pool-size=30
|
|||||||
spring.datasource.hikari.auto-commit=true
|
spring.datasource.hikari.auto-commit=true
|
||||||
spring.datasource.hikari.idle-timeout=30000
|
spring.datasource.hikari.idle-timeout=30000
|
||||||
spring.datasource.hikari.pool-name=HikariCP
|
spring.datasource.hikari.pool-name=HikariCP
|
||||||
spring.datasource.hikari.max-lifetime=900000
|
spring.datasource.hikari.max-lifetime=90000
|
||||||
spring.datasource.hikari.connection-timeout=10000
|
spring.datasource.hikari.connection-timeout=30000
|
||||||
spring.datasource.hikari.connection-test-query=SELECT 1
|
spring.datasource.hikari.connection-test-query=SELECT 1
|
||||||
spring.datasource.hikari.validation-timeout=1000
|
spring.datasource.hikari.validation-timeout=1000
|
||||||
|
|
||||||
|
BIN
xxl-job/xxl-job/xxl-job-admin.log.2025-02-22.zip
Normal file
BIN
xxl-job/xxl-job/xxl-job-admin.log.2025-02-22.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user