Minsung Son

Results 5 issues of Minsung Son

## 상세 내용 #679 와 함께 진행합니다. ## 주의사항 relate #676

frontend
refactor

## 작업 내용 관련이 없는 서비스, 컨트롤러 로직이 몰려 있는 부분을 분리합니다. ex) user, follow 관련 로직이 몰려있음. ## 주의사항

backend
refactor

## 작업 내용 AppUser의 미스설계로 인해 의존성의 뒤섞이고 분기 로직이 필수화가 되었습니다. 이 부분을 수정합니다. ## 주의사항

backend
refactor

## 상세 내용 서브모듈 관리가 너무 까다로워서 관리포인트가 너무 늘어나는것 같습니다. jenkins를 통해 환경변수를 통해 비밀키 관리가 가능해 보입니다. ## 주의사항

backend
discussion

When you look at the implementation of ProxyLeakTask and ProxyConnection, at the point when the connection closes, the connection leak-related logic is canceled from the ScheduledExecutorService. Based solely on the...