이미 pom.xml 이 있는 maven에서 api를 구현하기위해 Spring이나 Spring Boot를 사용해야하는 상황. 편의를 위해 Spring Boot로 API를 만드는 방법을 정리합니다. 현재 상황 Group Id와 Artifact이 지정된 maven 프로젝트가 있다. Group Id: com.jang.proj Artifact Id: api-service 목표 구조 자 이제 시작합니다. 1. pom.xml 설정 1.1. parent 설정 org.springframework.boot spring-boot-starter-parent 2.1.1.RELEASE 1.2. dependency 설정 org.springframework.boot spring-boot-starter-web org.springfra..