Skip to content

Commit d40ba3d

Browse files
authored
๐Ÿ› [Fix] @PostConstruct ์ œ๊ฑฐ (#40)
* ๐Ÿ› [Fix] postconstruct ์ œ๊ฑฐ
1 parent 3b9aede commit d40ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public String callFastApi() {
5151
/**
5252
* FastAPI์—์„œ ํด๋Ÿฌ์Šคํ„ฐ๋ง ๊ฒฐ๊ณผ ๊ฐ€์ ธ์™€ DB์— ์ €์žฅ (POST ์š”์ฒญ)
5353
*/
54+
5455
@Profile("!test")
55-
@PostConstruct
5656
public void setCluster() {
5757
// FastAPI ์š”์ฒญ ๋ฐ์ดํ„ฐ (ํ•„์š”์‹œ ๋ณ€๊ฒฝ)
5858
Map<String, Object> requestData = Map.of("input_text", "ํด๋Ÿฌ์Šคํ„ฐ๋งํ•  ๋ฐ์ดํ„ฐ ์˜ˆ์ œ");

0 commit comments

Comments
ย (0)