issues
search
MongLife
/
monglife-mongs
Mongs 서비스 API
0
stars
1
forks
source link
Member(Player) 모듈 구조 변경 및 리팩토링 완료
#141
Closed
tableMinPark
closed
6 months ago
tableMinPark
commented
6 months ago
개요
gateway 및 eureka 모듈 discoveries 루트 모듈로 분리
collection, feedback, member 중 collection 만 반영 완료
core 모듈의 exception, errorCode 를 통해 모든 모듈 (apps, domains, modules, clients) 에서 에러 처리
apps 의 각 모듈 controllerAdvice 에서는 core.ErrorException 에 대한 예외 응답 처리 필수
apps 모듈들은 각 모듈만의 errorCode 를 정의, domains 모듈들은 상황에 따른 errorCode 를 정의해서 사용 (NotFound, AlreadyExist ... )
기존 Member 모듈, Player 로 명 변경
Security 모듈 생성을 통해 각 모듈에서 'security-module' 의존성 추가하면 Security 가 적용될 수 있도록 구성
모듈 분리 목록
player external 모듈 (play-common-external-app)
player internal 모듈 (play-common-internal-app)
gateway discovery 모듈
eureka discovery 모듈
개요