refactor: 移除 RabbitMQ 和 Elasticsearch 相关功能

This commit is contained in:
xiongxiaoyang
2023-04-14 10:10:09 +08:00
parent 68b3458c30
commit 282bc7b707
11 changed files with 285 additions and 863 deletions

View File

@ -6,31 +6,6 @@ spring:
active: dev
include: website,alipay,oss,fastdfs
rabbitmq:
enable: 0
host: 127.0.0.1
username: guest
password: guest
virtual-host: /novel-plus
template:
# 缺省的交换机名称此处配置后发送消息如果不指定交换机就会使用这个
exchange: novel.exchange
publisher-confirms: false
elasticsearch:
#是否开启搜索引擎1开启0不开启
enable: 0
jest:
uris: http://192.168.0.105:9200
redisson:
singleServerConfig:
address: 127.0.0.1:6379
jwt:
secret: novel!#20191230
expiration: 604800