anal_data_geom 의 polygon 중심좌표 테스트
This commit is contained in:
@@ -293,7 +293,9 @@ public class GlobalExceptionHandler {
|
||||
Arrays.stream(stackTrace)
|
||||
// .limit(20)
|
||||
.map(StackTraceElement::toString)
|
||||
.collect(Collectors.joining("\n"));
|
||||
.collect(Collectors.joining("\n"))
|
||||
.substring(0, Math.min(stackTrace.length, 255));
|
||||
;
|
||||
|
||||
ErrorLogEntity errorLogEntity =
|
||||
new ErrorLogEntity(
|
||||
|
||||
Reference in New Issue
Block a user