root: com/gihwamansasung/scf/서비스명

root/global: 전역적인 코드 작성 (특정 도메인에 종속되지 않은) ex) config, baseEntity, error, util

root/application: 응용 계층 (service layer)

root/domain: 도메인 계층 (entity + repository interface)

root/infrastructure: 인프라스트럭처 계층 (구현체 ex. repositoryImpl)

root/presentation: 표현 계층 (controller)

예시)

Untitled