mirror of https://gitee.com/jeecg/jeecg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
17 lines
403 B
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@include file="/context/mytags.jsp"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>JEECG 初始化数据库</title>
|
|
</head>
|
|
<body>
|
|
数据库初始化中.....
|
|
<script type="text/javascript">
|
|
window.setTimeout(function() {
|
|
window.location.replace('repairController.do?repair');
|
|
}, 1000);
|
|
</script>
|
|
</body>
|
|
</html>
|