DAY 68 - 스프링 프레임워크 - NCP 파일 업로드 / 수정 (2024.10.14)
·
Spring
user.service UserService.java (Interface) ObjectStorageService.java(Interface) user.service.impl UserServiceImpl.java NCPObjectStorage.javapackage user.service.impl;import org.springframework.stereotype.Service;import user.service.ObjectStorageService;@Servicepublic class NCPObjectStorage implements ObjectStorageService {} spring mybatis-config.xml ====..