Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 330 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 330 Bytes

CKIN Gateway Server

⛳️ Getting Started

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