lianshufeng 1 рік тому
батько
коміт
a34e85c259

+ 1 - 1
angel/buildHelper/src/main/java/com/github/microservice/helper/core/controller/ResourceController.java

@@ -4,6 +4,7 @@ import com.github.microservice.core.helper.ViewHelper;
 import com.github.microservice.core.mvc.MVCConfiguration;
 import com.github.microservice.helper.core.conf.BuildTaskConf;
 import com.github.microservice.helper.core.helper.PathHelper;
+import jakarta.servlet.http.HttpServletRequest;
 import lombok.*;
 import org.apache.commons.io.FileUtils;
 import org.apache.commons.io.FilenameUtils;
@@ -12,7 +13,6 @@ import org.springframework.util.Assert;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
-import javax.servlet.http.HttpServletRequest;
 import java.io.File;
 import java.text.SimpleDateFormat;
 import java.util.Arrays;