net.ellord.restAPI.service
> RestAPIService.java
net.ellord.restAPI.service.impl
> RestAPIDAO.java
> RestAPIServiceImpl.java
net.ellord.restAPI.vo
> ResponseVO.java
net.ellord.restAPI.web
> RestAPIController.java
전자정부 Service
public interface RestAPIService {
public void sendToMethod() throws Exception;
}
'REST API' 카테고리의 다른 글
| JWT Create Token (0) | 2026.05.22 |
|---|---|
| REST API Controller : 전자정부 Controller (0) | 2026.05.22 |
| HTTPS REST API POST : 전자정부 DAO (0) | 2026.05.22 |
| HTTPS REST API POST : 전자정부 ServiceImpl (0) | 2026.05.22 |