test
This commit is contained in:
@@ -39,7 +39,7 @@ spring:
|
||||
# Elasticsearch配置
|
||||
elasticsearch:
|
||||
rest:
|
||||
uris: ${ELASTICSEARCH_URIS:http://127.0.0.1:9200}
|
||||
uris: ${ELASTICSEARCH_SCHEME:http}://${ELASTICSEARCH_HOST:127.0.0.1}:${ELASTICSEARCH_PORT:9200}
|
||||
|
||||
# MyBatis配置
|
||||
mybatis:
|
||||
|
||||
Reference in New Issue
Block a user