-
Notifications
You must be signed in to change notification settings - Fork 0
궁금 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 이면 동기화되지 않아 에러
- https + nginx 설정하기
- https + aws + jenkins + sonarcube 적용해보기