나이스 페이먼츠 결제 서비스 연동하기 - 팝업창 불러오고 카드사 인증하기 (1)
·
New Project/나이스 페이먼츠 결제 서비스 연동
이제 본격적으로 개발을 시작해보자. IntelliJ IDEA 에서 Spring boot 프로젝트를 개설하자 소스코드 보기HomeController.javapackage com.example.nicepayments.controller;import org.springframework.http.ResponseEntity;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.PostMapping;import org.springframework.web.bind.annotation.RequestP..