온라인인스턴스 관리용 페이지 원복

This commit is contained in:
Yunsam.Eo
2025-11-07 17:48:06 +09:00
parent ead7070390
commit 58c02c3791
42 changed files with 6874 additions and 0 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>