원격 브랜치에서 eapim-online jsp 관련 파일 가져오기

This commit is contained in:
jaewohong
2025-12-05 16:11:36 +09:00
parent 12d8f157cc
commit e37b181b1c
44 changed files with 6926 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
<%@ page language="java" contentType="text/html;charset=utf-8"%>
<html>
<head>
<title>
EAI 조건부 라우팅 정보 테이블
</title>
</head>
<body>
<p>
EAI 조건부 라우팅 정보 테이블 페이지 입니다.<br>
프로퍼티 정보 출력/수정 페이지 작성 필요합니다.
</p>
</body>
</html>