git 병합시 충돌 해결

This commit is contained in:
daekuk
2025-12-11 17:31:35 +09:00
parent 2f11e50e41
commit 4c510e5c57
2 changed files with 8 additions and 8 deletions
@@ -624,9 +624,9 @@ public class ApiInterfaceService extends OnlBaseService {
}
if (!"RST".equals(adapterGroup.getAdptrcd())) {
throw new RuntimeException("인바운드 어댑터가 타입이 REST가 아닙니다. 타입을 확인하세요");
// HTTP 어댑터도 등록 가능하도록 수정.
if (!"RST".equals(adapterGroup.getAdptrcd())&&!"HTT".equals(adapterGroup.getAdptrcd())) {
throw new RuntimeException("인바운드 어댑터가 타입이 REST/HTTP가 아닙니다. 타입을 확인하세요");
}
StandardMessageInfo standardMessageInfo = apiInterfaceUIMapper.toStandardMessageInfo(vo);