保存进度!

This commit is contained in:
Kane 2022-08-24 00:07:08 +08:00
parent 30dfdedc87
commit fd39dda622
2 changed files with 24 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-08-23 21:28:26
* @LastEditors: Kane
* @LastEditTime: 2022-08-23 22:32:48
* @LastEditTime: 2022-08-23 23:56:08
* @FilePath: \tomcat-servlet\src\main\java\com\cpic\xim\ServletTest.java
* @Description:
*
@ -10,6 +10,7 @@
*/
package com.cpic.xim;
import java.io.IOException;
import java.io.PrintWriter;
import jakarta.servlet.*;

View File

@ -0,0 +1,22 @@
/*
* @Author: Kane
* @Date: 2022-08-23 23:58:05
* @LastEditors: Kane
* @LastEditTime: 2022-08-24 00:03:40
* @FilePath: \tomcat-servlet\src\test\java\com\cpic\xim\ServletTest.java
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
package com.cpic.xim;
import org.junit.*;
public class ServletTest
{
@Test
public void servletTest()
{
}
}