Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
@Component
@Slf4j
// TODO: AI 예외 처리 api구체화, DTO 구조 구체화, API 키 추가
// TODO: AI 예외 처리 api구체화, DTO 구조 구체화, API키 추가
public class GeminiTextClient implements TextAiClient {

private final WebClient webClient;
Expand Down
21 changes: 10 additions & 11 deletions back/src/main/java/com/back/global/initdata/InitData.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ public void run(String... args) {
팀 내에서 신뢰받는 개발자로 성장하며, 워라밸을 유지하면서 건강한 개발 생활을 이어갑니다.
""")
.timelineTitles("""
[
{"year":2025,"title":"시니어 개발자 승진"},
{"year":2027,"title":"테크 리드 역할 수행"},
{"year":2030,"title":"개발팀 리더"}
]
{
"2025": "시니어 개발자 승진",
"2027": "테크 리드 역할 수행",
"2030": "개발팀 리더"
}
""")
.img("https://picsum.photos/seed/base-scenario/400/300")
.build();
Expand All @@ -349,12 +349,11 @@ public void run(String... args) {
궁극적으로 스타트업 CTO 또는 대기업 기술 이사로 성장합니다.
""")
.timelineTitles("""
[
{"year":2025,"title":"AWS Solutions Architect 자격증 취득"},
{"year":2026,"title":"보안 전문가 인증 (CISSP)"},
{"year":2028,"title":"솔루션 아키텍트 승진"},
{"year":2031,"title":"기술 이사 (CTO)"}
]
{
"2025": "AWS Solutions Architect 자격증 취득",
"2027": "솔루션 아키텍트 승진",
"2030": "기술 이사 (CTO)"
}
""")
.img("https://picsum.photos/seed/decision-scenario/400/300")
.build();
Expand Down