Skip to content

궁금 and 참고

Cooper edited this page Feb 21, 2023 · 3 revisions

궁금한 것들

  • @Configuration(proxyBeanMethods = false) 을 사용하는 이유 (spring 에서도 사용 중)

참고

  • spring.active.profiles 여러 값 설정 시, 빈칸없이 추가하기 (빈칸 있으면 에러)
  • 업데이트 프로세스 검토하기
  • 멀티 마스터 구조에서 db 동기화 시, insertable = false, updatable = false 로 변경 (read only)
    • 동기화 시, insertable, updatable = true 이면 동기화되지 않아 에러

To-Do-List

  • https + nginx 설정하기
  • https + aws + jenkins + sonarcube 적용해보기
Clone this wiki locally