Skip to content

Commit 9749f72

Browse files
committed
chore: 연동 임시 해제
1 parent 3479836 commit 9749f72

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

128128
dependencyManagement {

src/main/resources/application.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5454
logging:
5555
level:
5656
org.hibernate.SQL: debug
57-
org.elasticsearch.client: TRACE
57+
# org.elasticsearch.client: TRACE
5858

5959
jwt:
6060
secret:

0 commit comments

Comments
 (0)