File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
back/src/main/java/com/back/global Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2727 */
2828@ Component
2929@ Slf4j
30- // TODO: AI 예외 처리 api구체화, DTO 구조 구체화, API 키 추가
30+ // TODO: AI 예외 처리 api구체화, DTO 구조 구체화, API키 추가
3131public class GeminiTextClient implements TextAiClient {
3232
3333 private final WebClient webClient ;
Original file line number Diff line number Diff line change @@ -320,11 +320,11 @@ public void run(String... args) {
320320 팀 내에서 신뢰받는 개발자로 성장하며, 워라밸을 유지하면서 건강한 개발 생활을 이어갑니다.
321321 """ )
322322 .timelineTitles ("""
323- [
324- {"year": 2025,"title": "시니어 개발자 승진"} ,
325- {"year": 2027,"title": "테크 리드 역할 수행"} ,
326- {"year": 2030,"title": "개발팀 리더"}
327- ]
323+ {
324+ " 2025": "시니어 개발자 승진",
325+ " 2027": "테크 리드 역할 수행",
326+ " 2030": "개발팀 리더"
327+ }
328328 """ )
329329 .img ("https://picsum.photos/seed/base-scenario/400/300" )
330330 .build ();
@@ -349,12 +349,11 @@ public void run(String... args) {
349349 궁극적으로 스타트업 CTO 또는 대기업 기술 이사로 성장합니다.
350350 """ )
351351 .timelineTitles ("""
352- [
353- {"year":2025,"title":"AWS Solutions Architect 자격증 취득"},
354- {"year":2026,"title":"보안 전문가 인증 (CISSP)"},
355- {"year":2028,"title":"솔루션 아키텍트 승진"},
356- {"year":2031,"title":"기술 이사 (CTO)"}
357- ]
352+ {
353+ "2025": "AWS Solutions Architect 자격증 취득",
354+ "2027": "솔루션 아키텍트 승진",
355+ "2030": "기술 이사 (CTO)"
356+ }
358357 """ )
359358 .img ("https://picsum.photos/seed/decision-scenario/400/300" )
360359 .build ();
You can’t perform that action at this time.
0 commit comments