개발sync 20251205
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user