|
@@ -8,6 +8,7 @@ import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
|
@@ -17,6 +18,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
* @author zd
|
|
* @author zd
|
|
|
*/
|
|
*/
|
|
|
@RestController
|
|
@RestController
|
|
|
|
|
+@RequestMapping("/file")
|
|
|
public class SysFileController {
|
|
public class SysFileController {
|
|
|
private static final Logger log = LoggerFactory.getLogger(SysFileController.class);
|
|
private static final Logger log = LoggerFactory.getLogger(SysFileController.class);
|
|
|
|
|
|