add:es日志

This commit is contained in:
zhangzhiqiang
2023-02-10 17:28:42 +08:00
parent 142b3fac27
commit 2f52130762
11 changed files with 411 additions and 32 deletions

View File

@@ -7,6 +7,22 @@ server:
min-spare-threads: 50
#配置数据源
spring:
data:
elasticsearch:
repositories:
enabled: true
client:
reactive:
#endpoints: 172.31.185.110:9200,172.31.154.9:9200 #内网
# endpoints: 47.96.133.178:8200 #外网
endpoints: http://10.1.3.90:9200 #外网
elasticsearch:
rest:
#uris: 172.31.185.110:9200,172.31.154.9:9200 #内网
# uris: 47.96.133.178:8200 #外网
uris: http://10.1.3.90:9200 #外网
# username: elastic
# password: 123456
datasource:
druid:
db-type: com.alibaba.druid.pool.DruidDataSource