Skip to content

Commit 82947e8

Browse files
authored
Merge branch 'develop' into refactor/#38
2 parents f8b4cdb + 3b9aede commit 82947e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/going/server/global/temp/service/FastApiService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public String callFastApi() {
5151
/**
5252
* FastAPI에서 클러스터링 결과 가져와 DB에 저장 (POST 요청)
5353
*/
54+
55+
@Profile("!test")
5456
public void setCluster() {
5557
// FastAPI 요청 데이터 (필요시 변경)
5658
Map<String, Object> requestData = Map.of("input_text", "클러스터링할 데이터 예제");

0 commit comments

Comments
 (0)