- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
[feat] google API 연동 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
               | 
          ||
| private final GoogleApiService googleApiService; | ||
| 
               | 
          ||
| private static final String SPREADSHEET_ID = "1Vpu6_2raNvJN_GGg7aGBmzV4cXG1rCoizHl9v7kbG2o"; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SPREADSHEET_ID도 .yml로 관리하세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인이여
| @RestController | ||
| @RequestMapping("/google") | ||
| @RequiredArgsConstructor | ||
| public class GoogleController { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 컨트롤러 클래스는 어디에 사용되는 건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아직 지원자 컨트롤러가 없어서 만들었습니다. 추후 recruit 컨트롤러 만들어지면 그쪽으로 옮길예정입니다.
| .update(spreadsheetId, range, body) | ||
| .setValueInputOption("USER_ENTERED") | ||
| .execute(); | ||
| logger.info("Updated rows: {}", result.getUpdatedRows()); | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger는 @Slf4j 사용하면 간편할듯요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gosu
[feat] google API 연동
#14
변경 내용
구현 사항