添加oss人脸上传逻辑

This commit is contained in:
longbinbin
2024-12-05 18:06:27 +08:00
parent 92dfc1ceff
commit 5732208c7d
7 changed files with 639 additions and 14 deletions

View File

@ -16,7 +16,7 @@ import javax.servlet.http.HttpServletResponse;
* @date 2022年09月23日 10:19
* 全局异常处理器
*/
@RestControllerAdvice(basePackages = {"com.ycwl.smartPark"})
@RestControllerAdvice(basePackages = {"com.ycwl.basic"})
public class CustomExceptionHandle {
private static final Logger LOGGER = LoggerFactory.getLogger(CustomExceptionHandle.class);