File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dependencies {
122122 implementation ' net.coobird:thumbnailator:0.4.19'
123123
124124 // elasticsearch
125- implementation ' org.springframework.boot:spring-boot-starter-data-elasticsearch'
125+ // implementation 'org.springframework.boot:spring-boot-starter-data-elasticsearch'
126126}
127127
128128dependencyManagement {
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ spring:
4646 mail.smtp.auth : true
4747 mail.smtp.starttls.enable : true
4848
49- elasticsearch :
50- uris : ${ELASTIC_URIS}
51- username : ${ELASTIC_USERNAME}
52- password : ${ELASTIC_PASSWORD}
49+ # elasticsearch:
50+ # uris: ${ELASTIC_URIS}
51+ # username: ${ELASTIC_USERNAME}
52+ # password: ${ELASTIC_PASSWORD}
5353
5454logging :
5555 level :
5656 org.hibernate.SQL : debug
57- org.elasticsearch.client : TRACE
57+ # org.elasticsearch.client: TRACE
5858
5959jwt :
6060 secret :
You can’t perform that action at this time.
0 commit comments