设备管理系统camunda工作流
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
27 KiB

2024-08-06 08:40:05.795 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'adminUserMapper' and 'com.lnsoft.workflow.mapper.AdminUserMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.797 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmFormMapper' and 'com.lnsoft.workflow.mapper.BpmFormMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.797 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmModelPlusMapper' and 'com.lnsoft.workflow.mapper.BpmModelPlusMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.797 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessDefinitionExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessDefinitionExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.798 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessInstanceExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessInstanceExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.798 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskAssignRuleMapper' and 'com.lnsoft.workflow.mapper.BpmTaskAssignRuleMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.798 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskExtMapper' and 'com.lnsoft.workflow.mapper.BpmTaskExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:05.798 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'repairInfoMapper' and 'com.lnsoft.workflow.mapper.RepairInfoMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 08:40:08.497 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-dmn/7.18.0/camunda-engine-dmn-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 08:40:08.497 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-api/7.18.0/camunda-engine-feel-api-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 08:40:08.498 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-juel/7.18.0/camunda-engine-feel-juel-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 08:40:08.498 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-scala/7.18.0/camunda-engine-feel-scala-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 08:40:09.158 [main] WARN com.zaxxer.hikari.util.DriverDataSource - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2024-08-06 08:40:12.117 [main] WARN c.b.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.lnsoft.workflow.model.AdminUserDO".
2024-08-06 08:40:12.118 [main] WARN c.b.mybatisplus.core.injector.DefaultSqlInjector - class com.lnsoft.workflow.model.AdminUserDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2024-08-06 08:40:32.946 [http-nio-8080-exec-1] WARN org.camunda.bpm.engine.util - ENGINE-09004 Warnings during parsing:
* Exclusive Gateway 'Gateway_1tajso9' has outgoing sequence flow 'Flow_0pvqpzo' without condition which is not the default flow. We assume it to be the default flow, but it is bad modeling practice, better set the default flow in your gateway. | resource HXGKbyrw001.bpmn
2024-08-06 10:09:35.376 [http-nio-8080-exec-4] WARN org.camunda.bpm.engine.util - ENGINE-09004 Warnings during parsing:
* Exclusive Gateway 'Gateway_1tajso9' has outgoing sequence flow 'Flow_0pvqpzo' without condition which is not the default flow. We assume it to be the default flow, but it is bad modeling practice, better set the default flow in your gateway. | resource HXGKbyrw001.bpmn
2024-08-06 10:26:11.179 [http-nio-8080-exec-5] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 10:58:52.981 [http-nio-8080-exec-9] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 10:59:18.312 [http-nio-8080-exec-10] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 10:59:31.274 [http-nio-8080-exec-7] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 10:59:33.365 [http-nio-8080-exec-1] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 11:01:50.266 [http-nio-8080-exec-2] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.lang.String` from Array value (token `JsonToken.START_ARRAY`); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `java.lang.String` from Array value (token `JsonToken.START_ARRAY`)<EOL> at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 120] (through reference chain: com.lnsoft.workflow.model.BpmTaskApproveReqVO["userIds"]->java.util.ArrayList[1])]
2024-08-06 11:03:13.329 [http-nio-8080-exec-9] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 11:03:14.244 [http-nio-8080-exec-4] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 11:19:44.773 [http-nio-8080-exec-9] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 13:44:16.833 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'adminUserMapper' and 'com.lnsoft.workflow.mapper.AdminUserMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.833 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmFormMapper' and 'com.lnsoft.workflow.mapper.BpmFormMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.833 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmModelPlusMapper' and 'com.lnsoft.workflow.mapper.BpmModelPlusMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.834 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessDefinitionExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessDefinitionExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.834 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessInstanceExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessInstanceExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.834 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskAssignRuleMapper' and 'com.lnsoft.workflow.mapper.BpmTaskAssignRuleMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.834 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskExtMapper' and 'com.lnsoft.workflow.mapper.BpmTaskExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:16.834 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'repairInfoMapper' and 'com.lnsoft.workflow.mapper.RepairInfoMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 13:44:28.253 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-dmn/7.18.0/camunda-engine-dmn-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 13:44:28.253 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-api/7.18.0/camunda-engine-feel-api-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 13:44:28.254 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-juel/7.18.0/camunda-engine-feel-juel-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 13:44:28.254 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-scala/7.18.0/camunda-engine-feel-scala-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 13:44:33.952 [main] WARN com.zaxxer.hikari.util.DriverDataSource - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2024-08-06 13:44:51.680 [main] WARN c.b.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.lnsoft.workflow.model.AdminUserDO".
2024-08-06 13:44:51.681 [main] WARN c.b.mybatisplus.core.injector.DefaultSqlInjector - class com.lnsoft.workflow.model.AdminUserDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2024-08-06 13:56:12.952 [http-nio-8080-exec-7] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:08:43.001 [http-nio-8080-exec-1] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:25:22.752 [http-nio-8080-exec-5] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot construct instance of `java.util.ArrayList` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('zhangkun,admin'); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `java.util.ArrayList` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('zhangkun,admin')<EOL> at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 6, column: 16] (through reference chain: com.lnsoft.workflow.model.BpmTaskApproveReqVO["userIds"])]
2024-08-06 14:27:31.537 [http-nio-8080-exec-1] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 14:27:31.751 [http-nio-8080-exec-1] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 14:27:32.297 [http-nio-8080-exec-1] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:29:02.016 [http-nio-8080-exec-4] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:32:48.140 [http-nio-8080-exec-6] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:34:12.308 [http-nio-8080-exec-9] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:37:53.961 [http-nio-8080-exec-4] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:39:45.632 [http-nio-8080-exec-2] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:40:01.807 [http-nio-8080-exec-8] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-08-06 14:43:05.342 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 14:43:05.385 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 14:46:46.299 [http-nio-8080-exec-10] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 14:46:46.354 [http-nio-8080-exec-10] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 14:46:46.449 [http-nio-8080-exec-10] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors<EOL>Field error in object 'bpmTaskTodoPageReqVO' on field 'pageSize': rejected value [101]; codes [Max.bpmTaskTodoPageReqVO.pageSize,Max.pageSize,Max.java.lang.Integer,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [bpmTaskTodoPageReqVO.pageSize,pageSize]; arguments []; default message [pageSize],100]; default message [每页条数最大值为 100]]
2024-08-06 14:47:04.013 [http-nio-8080-exec-3] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors<EOL>Field error in object 'bpmTaskTodoPageReqVO' on field 'pageSize': rejected value [101]; codes [Max.bpmTaskTodoPageReqVO.pageSize,Max.pageSize,Max.java.lang.Integer,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [bpmTaskTodoPageReqVO.pageSize,pageSize]; arguments []; default message [pageSize],100]; default message [每页条数最大值为 100]]
2024-08-06 14:56:49.480 [http-nio-8080-exec-7] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 14:56:49.508 [http-nio-8080-exec-7] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 14:59:49.563 [http-nio-8080-exec-8] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:05:53.002 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:05:53.027 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:12:41.258 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:12:41.288 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:13:57.315 [http-nio-8080-exec-2] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:13:57.343 [http-nio-8080-exec-2] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:15:24.524 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'adminUserMapper' and 'com.lnsoft.workflow.mapper.AdminUserMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmFormMapper' and 'com.lnsoft.workflow.mapper.BpmFormMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmModelPlusMapper' and 'com.lnsoft.workflow.mapper.BpmModelPlusMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessDefinitionExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessDefinitionExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmProcessInstanceExtMapper' and 'com.lnsoft.workflow.mapper.BpmProcessInstanceExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskAssignRuleMapper' and 'com.lnsoft.workflow.mapper.BpmTaskAssignRuleMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'bpmTaskExtMapper' and 'com.lnsoft.workflow.mapper.BpmTaskExtMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:24.525 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'repairInfoMapper' and 'com.lnsoft.workflow.mapper.RepairInfoMapper' mapperInterface. Bean already defined with the same name!
2024-08-06 15:15:27.703 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-dmn/7.18.0/camunda-engine-dmn-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 15:15:27.703 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-api/7.18.0/camunda-engine-feel-api-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 15:15:27.704 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-juel/7.18.0/camunda-engine-feel-juel-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 15:15:27.704 [main] WARN o.c.b.s.b.s.c.impl.DefaultDeploymentConfiguration - unable to determine if resource URL [jar:file:/D:/deploy20240206/repository/org/camunda/bpm/dmn/camunda-engine-feel-scala/7.18.0/camunda-engine-feel-scala-7.18.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
2024-08-06 15:15:28.407 [main] WARN com.zaxxer.hikari.util.DriverDataSource - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2024-08-06 15:15:31.633 [main] WARN c.b.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.lnsoft.workflow.model.AdminUserDO".
2024-08-06 15:15:31.634 [main] WARN c.b.mybatisplus.core.injector.DefaultSqlInjector - class com.lnsoft.workflow.model.AdminUserDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2024-08-06 15:15:45.201 [rebel-change-detector-thread] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:15:45.211 [rebel-change-detector-thread] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:16:57.102 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:16:57.112 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:17:58.485 [http-nio-8080-exec-1] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:17:58.495 [http-nio-8080-exec-1] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:19:21.355 [http-nio-8080-exec-6] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:19:21.365 [http-nio-8080-exec-6] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:20:58.805 [http-nio-8080-exec-8] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:20:58.826 [http-nio-8080-exec-8] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:26:08.464 [http-nio-8080-exec-4] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:26:08.484 [http-nio-8080-exec-4] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:27:13.297 [http-nio-8080-exec-9] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:27:13.307 [http-nio-8080-exec-9] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:30:44.801 [http-nio-8080-exec-4] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:30:44.813 [http-nio-8080-exec-4] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 15:43:38.684 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 15:43:38.694 [http-nio-8080-exec-5] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 17:04:31.938 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 17:04:31.951 [http-nio-8080-exec-3] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.
2024-08-06 17:06:38.812 [http-nio-8080-exec-6] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow]' package. Please check your configuration.
2024-08-06 17:06:38.821 [http-nio-8080-exec-6] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.lnsoft.workflow.**.mapper]' package. Please check your configuration.