Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 320 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 320 Bytes

CKIN - Auth Server

⛳️ Getting Started

  1. Repository 클론
git clone https://github.com/nhnacademy-be4-ckin/ckin-auth.git
  1. ckin-auth 폴더로 이동
cd ckin-auth
  1. maven project build
./mvnw clean install
  1. spring boot 실행
./mvnw spring-boot:run