한움 마이크로 서비스 코어 패키지
Hanum Common Authentication, Standard DTO, User Service, Notification Service 등이 포함되어있습니다.
이 레포지토리를 nuget 패키지로 사용하려면 hansei-hanum 조직의 nuget source 등록이 필요합니다.
NuGet 레지스트리 작업 의 내용처럼 Personal access tokens (classic) 토큰 발급 후 아래 명령어를 실행시켜 nuget 소스를 추가합니다.
dotnet nuget add source --username USERNAME --password GITHUB_TOKEN --store-password-in-clear-text --name hanum "https://nuget.pkg.github.com/hansei-hanum/index.json"
아래 명령어를 통해 패키지를 설치합니다.
dotnet add package Hanum.Core --version x.x.x