Skip to content

Commit

Permalink
增加es配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuaiGit committed Jan 2, 2020
1 parent 304e3e5 commit 5221803
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion support-es/src/main/resources/application.properties

This file was deleted.

9 changes: 9 additions & 0 deletions support-es/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

spring:
data:
elasticsearch:
cluster-nodes: localhost:9300
cluster-name: es-skrshop
elasticsearch:
rest:
uris: http://127.0.0.1:9200

0 comments on commit 5221803

Please sign in to comment.