원격 브랜치에서 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
+17
View File
@@ -0,0 +1,17 @@
<%@ page import="java.io.*, java.util.*"%>
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ page import="com.eactive.eai.common.web.FrontFilter"%>
<html>
<head>
<title>
Currrnet Tx in Web Application
</title>
</head>
<body>
<p>
Currrnet Tx in Web Application
</p>
<label>Current Count: <%=FrontFilter.count()%></label>
</body>
</html>